Skip to content
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

Closed
j2is opened this issue Nov 7, 2024 · 4 comments
Closed

Compatibility with next 15? #42

j2is opened this issue Nov 7, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@j2is
Copy link
Contributor

j2is commented Nov 7, 2024

I'm using next 15.0.2, would be nice to have this work with this

@shuding shuding added the enhancement New feature or request label Nov 9, 2024
@shuding
Copy link
Owner

shuding commented Nov 9, 2024

Haven't looked into it and unsure if there's anything blocking, would appreciate any PRs!

@pietrodev07
Copy link

pietrodev07 commented Nov 10, 2024

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!

@j2is
Copy link
Contributor Author

j2is commented Nov 13, 2024

I made a pull request, but may be just check it before integrating? Thanks so much

@shuding
Copy link
Owner

shuding commented Dec 31, 2024

Fixed with #50.

@shuding shuding closed this as completed Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants