Skip to content

fix(Charts): React 19 compatibility in createNode utility#95

Open
mAXxtor wants to merge 17 commits into
consta-design-system:fix/Chartsfrom
mAXxtor:patch-1
Open

fix(Charts): React 19 compatibility in createNode utility#95
mAXxtor wants to merge 17 commits into
consta-design-system:fix/Chartsfrom
mAXxtor:patch-1

Conversation

@mAXxtor
Copy link
Copy Markdown

@mAXxtor mAXxtor commented Oct 9, 2025

Remove duplicate ReactDOM.render call that breaks React 19
Use createRoot API when available (React 18+)
Maintain backward compatibility with React 17 via fallback
Fixes: ReactDOM.render is not a function error in React 19"

Closes #93

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

Successfully merging this pull request may close these issues.

5 participants