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
When running npm run dev command additionally I am getting the following warnings.
Warning: Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
1. You might have mismatching versions of React and the renderer (such as React DOM)
2. You might be breaking the Rules of Hooks
3. You might have more than one copy of React in the same app
See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.
Expected behavior
React should run.
Actual behavior
Error explained in description thrown.
Steps to reproduce the problem
I just followed the steps in readme.
Checklist
I have described this issue in a way that is actionable (if possible)
The text was updated successfully, but these errors were encountered:
Issue summary
I am getting the following error after running yarn dev command in the fresh installation.
When running npm run dev command additionally I am getting the following warnings.
Expected behavior
React should run.
Actual behavior
Error explained in description thrown.
Steps to reproduce the problem
Checklist
The text was updated successfully, but these errors were encountered: