Skip to content

Recharts not rendering after upgrading to React 19.2.3 #6857

@Mostafa-dayasoft

Description

@Mostafa-dayasoft

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!

Metadata

Metadata

Assignees

Labels

needs reproductionUse this label when an issue is submitted without proper reproduction

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions