-
Notifications
You must be signed in to change notification settings - Fork 467
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 #1072
Comments
Will this be implemented soon? We would love to upgrade to react 19 while using tremor components :) |
Upgrading |
Currently getting this from
|
@rminami you can force the @headlessui/react to version 2.20 using resolutions in your package.json file. This isn't a great solution for a production application but might work as a holdover until it's updated. |
What problem does this feature solve?
React 19 is already past its Alpha phase. During Alpha, libraries are encourage to start working on React 19 compatibility. This helps us flush out potential bugs before app developers start adopting React 19.
What does the proposed API look like?
At a glance,
recharts
and@headlessui/react
are the libraries that are incompatible that stand out.recharts@2.13.0-alpha.3
should fix most of the compat issues (already tracked in #1054).@headlessui/react
had this compat issue: tailwindlabs/headlessui#3167. tailwindlabs/headlessui#3167 is already fixed onmain
. However,@tremor/react
still uses 1.x so you'd need to bump@headlessui/react
to 2.x first to have a chance of getting the fix for@headlessui/react
.The text was updated successfully, but these errors were encountered: