We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am getting weird warnings about old react context api, can't get it to load properly with useEffect and react hooks, example please...
The text was updated successfully, but these errors were encountered:
Yeah doesn't work with react 17 Warning: Legacy context API has been detected within a strict-mode tree.
The old API will be supported in all 16.x releases, but applications using it should migrate to the new version.
Please update the following components: Connect(t), DynamicComponent, Provider, Styled(button), Styled(div), ThemeProvider, t
Learn more about this warning here: https://reactjs.org/link/legacy-context
gets a 400 loading. Had to move to componentDidMount or also error setting state before mount.
Sorry, something went wrong.
No branches or pull requests
I am getting weird warnings about old react context api, can't get it to load properly with useEffect and react hooks, example please...
The text was updated successfully, but these errors were encountered: