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 is unmaintained and no longer compatible with recent React versions. There is a fork react-helmet-async which should be used instead.
This change will resolve the startup error message seen in the console:
Warning: Using UNSAFE_componentWillMount in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.
* Move code with side effects to componentDidMount, and set initial state in the constructor.
Please update the following components: SideEffect(NullComponent)
react-helmet is unmaintained and no longer compatible with recent React versions. There is a fork
react-helmet-async
which should be used instead.This change will resolve the startup error message seen in the console:
For more details, see:
The text was updated successfully, but these errors were encountered: