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
currently i am working in my nextjs application and i have update to latest versions of next,reactjs and npm but after making build in my project suddenly i got minified react errors.
Support requests filed as GitHub issues often go unanswered. We want you to find the answer you're looking for, so we suggest the following alternatives:
Coding Questions
If you have a coding question related to React and React DOM, it might be better suited for Stack Overflow. It's a great place to browse through frequent questions about using React, as well as ask for help with specific questions.
Talk to other React developers
There are many online forums which are a great place for discussion about best practices and application architecture as well as the future of React.
currently i am working in my nextjs application and i have update to latest versions of next,reactjs and npm but after making build in my project suddenly i got minified react errors.
This are errors i am getting,
Uncaught Error: Minified React error #418;
Uncaught Error: Minified React error #423;
My package versions,
"react": "^18.2.0",
"react-dom": "^18.2.0",
"next": "^12.3.1",
The text was updated successfully, but these errors were encountered: