-
-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Bug]: Can't deploy to vercel with nextjs 15 and react 19 #318
Comments
Somewhat related to this issue filed in the Nextjs repo regarding shadcn. A temp workaround is to provide an override within your
Note: using the latest RC available in the versions list for react and react-dom ... The next issue I ran into was a SSR hydration mismatch with the
Specifically outlining the following mismatch.
The fix for this was to wrap my
|
You can add |
That didn't solve my issue |
Please read the docs, everything is described here: https://github.com/pacocoursey/next-themes?tab=readme-ov-file#with-app |
What happened?
npx create-next-app@latest --app --tailwind --eslint --turbopack --ts
npm i next-themes
https://github.com/madebydor/next-themes-error
This results in the following error:
Version
0.0.3
What browsers are you seeing the problem on?
No response
The text was updated successfully, but these errors were encountered: