Any plans for adding React 19 support? #2281
-
Because of the different versions, I'm having some TypeScript issues with different |
Beta Was this translation helpful? Give feedback.
Answered by
DanielSinclair
Jan 13, 2025
Replies: 1 comment 4 replies
-
I'm unable to install Rainbowkit in a fresh Nextjs app created via
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Support has been released in
2.2.2
. We've also updated ourcreate-rainbowkit
CLI and our examples for both React 19 and Next 15. There aren't any direct breaking changes for RainbowKit from React 18 to 19, or Next 14 to 15, but we've upgraded our dependency tree to silence upstream peer warnings. You may still see peer warnings from Wagmi, but these will be resolved soon in a future version without requiring further upgrades to RainbowKit.