-
Notifications
You must be signed in to change notification settings - Fork 74
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
Update to next js 15 #24
Comments
Next 15 requires React 19, which most of our dependencies are not supporting yet. Will get back here once we got any updates. |
It's been a few months. Any update on this? |
Any news? We're jumping ship from NEXTjs 14 to 15 in the coming months and your library is a requirement for our product. |
Any news? |
Nextjs 15 is out. Any news? |
Any news? |
UPD: Nextjs 15 is using react 19 while it's compatible with react 18. Currently we have a beta version If you are still using react 18, then you can do in this way without using the beta version. "pnpm": {
"overrides": {
"react-dom": "18.3.1",
"react": "18.3.1"
}
} |
add this on your package json to use next ui |
Hi there,
Great template!
Next js 15 has been put into RC.
https://nextjs.org/blog/next-15-rc
Will this template be updated to next 15?
The text was updated successfully, but these errors were encountered: