Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow onNewData to be called when unmounted, during SSR.
PR #6216 introduced these isMounted guards, and was merged just before the v3.0.0-rc.0 release. It appears (see #6386) that requiring the component to be mounted is too restrictive, specifically when doing server-side rendering, since the concept of mounting doesn't make sense without a DOM.
- Loading branch information