-
Notifications
You must be signed in to change notification settings - Fork 440
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
React Scroll is broken for newer versions of NextJs > 13.5 #567
Comments
Great catch, seems like there's no workaround atm? If you find a solution let us know, or just submit a PR. |
Ok, I just tried react-scroll on next.js v14.0.1. It works great for me, only change needed is to use "use client" I also added a next.js example. |
Hi Fisshy, |
Fisshi's suggestion worked in my project too. Next JS version: 14.0.4 |
Apologies, I am using react-scroll-parallax, not react-scroll. The fix of "use client" on the component doesn't work. :/ |
After Nextjs updated to version 13.5 and above react scroll no longer works. They changed how importing works in their system, not sure if it has anything to do here on y'all's side of things, but just want to make sure people are able to track the breaking change from this. vercel/next.js#55794
The text was updated successfully, but these errors were encountered: