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

Update to next js 15 #24

Open
chinwobble opened this issue May 26, 2024 · 8 comments
Open

Update to next js 15 #24

chinwobble opened this issue May 26, 2024 · 8 comments
Assignees

Comments

@chinwobble
Copy link

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?

@wingkwong
Copy link
Member

Next 15 requires React 19, which most of our dependencies are not supporting yet. Will get back here once we got any updates.

@jameswberry
Copy link

It's been a few months. Any update on this?

@daandegooijer
Copy link

Any news? We're jumping ship from NEXTjs 14 to 15 in the coming months and your library is a requirement for our product.

@YusifAliyevPro
Copy link

Any news?

@slysiou
Copy link

slysiou commented Oct 27, 2024

Nextjs 15 is out. Any news?

@dimylkas
Copy link

dimylkas commented Nov 5, 2024

Any news?

@wingkwong
Copy link
Member

UPD:

Nextjs 15 is using react 19 while it's compatible with react 18. Currently we have a beta version @nextui-org/[email protected] that supports react 19 & nextjs15. You may use it at your own risk. The template will be updated after the stable release.

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"
  }
}

@xyvielyons
Copy link

add this on your package json to use next ui
"overrides": {
"react": "$react",
"react-dom": "$react-dom"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants