-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Next-15 installation error #269
Comments
Adding 'use client' to the component fixed this for me - see https://nextjs.org/docs/app/api-reference/directives/use-client |
Since Nextjs 15 is using react If you deploy in Vercel, make sure to modify the install command to |
Hi, maybe it's too late for this already, but would this help? https://github.com/ndresx/react-countdown?tab=readme-ov-file#why-do-i-get-this-error-warning-text-content-did-not-match |
That wasn't my issue, I see that commonly but assume it's just because it's a server-side timer that that's sending the render to the client, and there's some expected latency, thus they'll never perfectly match. |
Installing fails on next-15, and suggests either
--force
or--legacy-peer-deps
flags to install.Specifically, my versions are:
"next": "15.0.3", "react": "19.0.0-rc-66855b96-20241106", "react-countdown": "^2.3.6", "react-dom": "19.0.0-rc-66855b96-20241106"
I tried
--legacy-peer-deps
, perhaps that's my mistake, but I see the following error:The text was updated successfully, but these errors were encountered: