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
If I run npm run dev, the PR code that I'm reviewing works fine with no invalid hook call errors. If I run the dev server with Million lint, I get the following error:
Unhandled Runtime Error
Error: 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.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within the next 7 days.
Hi @nickytonline, we've just deployed a fix for you. Can you try running the setup script npx million@latest? Once it's done, please restart your VSCode/Cursor. Let me know if that works for you!
What version of
million
are you using?0.0.73
Are you using an SSR adapter? If so, which one?
Netlify
What package manager are you using?
npm
What operating system are you using?
Mac
What browser are you using?
Arc
Describe the Bug
If I run npm run dev, the PR code that I'm reviewing works fine with no invalid hook call errors. If I run the dev server with Million lint, I get the following error:
If you want to see the error in action:
gh clone open-sauced/app
gh co 3302
npm run install
npm run dev
.USE_MILLION_LINT=1 npm run dev
I have no idea why it's erroring out at the moment, but happy to help work on this if needed.
What's the expected result?
The Next.js dev server with Million Lint running loads the page instead of erroring out
Link to Minimal Reproducible Example
https://stackblitz.com/~/github.com/open-sauced/app
Participation
The text was updated successfully, but these errors were encountered: