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
Warning: Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render. at MainNavigation (http://localhost:3000/static/js/bundle.js:2742:81) at section at GlobalContextProvider (http://localhost:3000/static/js/bundle.js:602:3) at App (http://localhost:3000/static/js/bundle.js:61:51) at Router (http://localhost:3000/static/js/bundle.js:293180:15) at BrowserRouter (http://localhost:3000/static/js/bundle.js:291160:5)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Warning: Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render.
at MainNavigation (http://localhost:3000/static/js/bundle.js:2742:81)
at section
at GlobalContextProvider (http://localhost:3000/static/js/bundle.js:602:3)
at App (http://localhost:3000/static/js/bundle.js:61:51)
at Router (http://localhost:3000/static/js/bundle.js:293180:15)
at BrowserRouter (http://localhost:3000/static/js/bundle.js:291160:5)
The text was updated successfully, but these errors were encountered: