-
Notifications
You must be signed in to change notification settings - Fork 28
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
🚀 Feature: React 19 support #93
Labels
enhancement
New feature or request
Comments
@marsidev Any updates on this? Thanks! |
Not functional on Next.js 15? |
Hi @marsidev, it functions on Next.js 15, but there's a warning that the peer dependency doesn't support React 19 RC. ❯ pnpm update --latest (base)
Packages: +2
++
Progress: resolved 589, reused 563, downloaded 2, added 2, done
WARN Issues with peer dependencies found
.
├─┬ @marsidev/react-turnstile 1.0.2
│ ├── ✕ unmet peer react@"^17.0.2 || ^18.0.0": found 19.0.0-rc-66855b96-20241106
│ └── ✕ unmet peer react-dom@"^17.0.2 || ^18.0.0": found 19.0.0-rc-66855b96-20241106 I think changing these two lines would support the React 19. react-turnstile/packages/lib/package.json Lines 40 to 41 in a49426e
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report Checklist
main
branch of the repository.Overview
Support React 19, as well as Next.js 15 supported it.
Additional Info
No response
The text was updated successfully, but these errors were encountered: