Closed mayocream closed 1 week ago
@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.
Bug Report Checklist
main
branch of the repository.Overview
Support React 19, as well as Next.js 15 supported it.
Additional Info
No response