Skip to content

Conversation

@joaodfmota
Copy link

  • Removed react and react-dom from dependencies to prevent multiple React instances.
  • Updated peerDependencies to include ^19.0.0 for React 19 support.
  • Moved react and react-dom to devDependencies with ^19.0.0 for development and testing.
  • Updated @types/react and @types/react-dom to ^19.0.0 for TypeScript compatibility.
  • Ensures single React instance to fix "older version of React" error.

Close: #67 (comment)

…ibility

- Removed `react` and `react-dom` from `dependencies` to prevent multiple React instances.
- Updated `peerDependencies` to include `^19.0.0` for React 19 support.
- Moved `react` and `react-dom` to `devDependencies` with `^19.0.0` for development and testing.
- Updated `@types/react` and `@types/react-dom` to `^19.0.0` for TypeScript compatibility.
- Ensures single React instance to fix "older version of React" error.
@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 7, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

React 19 support

1 participant