Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update react-helmet #319

Closed
tomatau opened this issue May 24, 2019 · 1 comment · Fixed by #394
Closed

Update react-helmet #319

tomatau opened this issue May 24, 2019 · 1 comment · Fixed by #394

Comments

@tomatau
Copy link
Owner

tomatau commented May 24, 2019

nfl/react-helmet#260 (comment)

@tomatau
Copy link
Owner Author

tomatau commented Aug 13, 2019

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#465

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant