You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
React-helmet now uses side-effect that in turn uses componentWillMount. This is causing errors in dev and test:
Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details.
* Move code from componentWillMount to componentDidMount (preferred in most cases) or the constructor.
Please update the following components: SideEffect(NullComponent)
nfl/react-helmet#260 (comment)
The text was updated successfully, but these errors were encountered: