-
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
[Bug]: Charts don't render in React 19 RC #1054
Comments
Hi! Tremor currently requires React 18.2+. V19 is not supported. c.f. charts: recharts/recharts#4558 |
Should no longer be blocked by |
Thanks for the heads-up. Did not expect a react core member to wander around in our issues 🤣 Thank you! |
@eps1lon has been the real MVP popping in everywhere for React 19 support as I have been playing whack-a-mole! |
Hi, I had this problem too, and the BarCharts still don't displaying, so i debugged and see an unexpected error with XAxis component and the height prop |
Hi, is it the case that https://tremor.so/docs/visualizations/bar-chart the BarChart component is still not rendering right with react 19 ? any news on this since recharts should be supporting react 19. |
Bumping the depencency, will report back! Update: Got recharts working, but to publish a working package version, need to update a few dependencies 🔨 |
Tremor Version
3.17.2
Link to minimal reproduction
https://github.com/ZipBrandon/tremor-barchart-troubleshooting
Steps to reproduce
npm run dev
to view charts are not renderingnpm run dev
to view charts are visibleWhat is expected?
Charts would render
What is actually happening?
Charts don't render
What browsers are you seeing the problem on?
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: