-
Notifications
You must be signed in to change notification settings - Fork 61
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
Compatibility with next 15? #42
Comments
Haven't looked into it and unsure if there's anything blocking, would appreciate any PRs! |
@shuding I'm using next 15 and it works well, you just need to upgrade the library dependencies if you don't want to get a peer dependencies warning!! You can modify the package.json like this: "peerDependencies": {
"next": ">=14.0.0",
"react": ">=18.2.0",
"react-dom": ">=18.2.0"
} If you agree, I can submit the pr! |
I made a pull request, but may be just check it before integrating? Thanks so much |
Fixed with #50. |
I'm using next 15.0.2, would be nice to have this work with this
The text was updated successfully, but these errors were encountered: