Open nickytonline opened 7 months ago
Thanks for opening this issue! A maintainer will review it soon.
Hmm, thank you very much for this @nickytonline; taking a look now.
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