Skip to content

Conversation

@open-swe
Copy link

@open-swe open-swe bot commented Aug 11, 2025

Fixes #93

This PR upgrades React and its related dependencies to version 19.1.1.

Key changes include:

  • Updated react, react-dom, @types/react, and @types/react-dom to 19.1.1.
  • Migrated src/main.tsx to use createRoot from react-dom/client for React 19 compatibility.
  • Resolved dependency conflicts during npm install by upgrading react-intl, react-redux, recharts, and typescript.
  • Ensured code formatting and linting standards are met after the upgrade.

Further manual adjustments may be necessary due to breaking changes in React 19, such as ref handling, context providers, and third-party library compatibility. Please consult the official React 19 upgrade guide for more details.

@open-swe open-swe bot added the open-swe label Aug 11, 2025
@vercel
Copy link

vercel bot commented Aug 11, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-antd-admin ❌ Failed (Inspect) Aug 11, 2025 7:48am

@open-swe open-swe bot marked this pull request as ready for review August 11, 2025 07:44
@open-swe open-swe bot changed the title [WIP]: Update React to the latest version (19.1.1) and migrate to new client rendering API. feat: upgrade React to version 19 Aug 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update React to latest version

2 participants