-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
needs reproductionUse this label when an issue is submitted without proper reproductionUse this label when an issue is submitted without proper reproduction
Description
Current Behavior
After upgrading from React 18 to React 19.2.3, our recharts components are no longer rendering. The charts appear blank/empty on the page with no errors in the console.
Steps to Reproduce
Upgrade React and React-DOM to version 19.2.3
Use recharts components (LineChart, ResponsiveContainer, etc.)
Charts fail to render
Environment
recharts version: 3.6.0 (latest)
react version: 19.2.3
react-dom version: 19.2.3
I've added the following override to package.json
"overrides": {
"react-is": "^19.2.3"
}Any help would be appreciated!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
needs reproductionUse this label when an issue is submitted without proper reproductionUse this label when an issue is submitted without proper reproduction