Skip to content

feat: migrate to React 19#546

Open
Kirill19837 wants to merge 1 commit intorcdexta:masterfrom
Kirill19837:contrib/react-19
Open

feat: migrate to React 19#546
Kirill19837 wants to merge 1 commit intorcdexta:masterfrom
Kirill19837:contrib/react-19

Conversation

@Kirill19837
Copy link

  • Remove ReactDOM.findDOMNode (removed in React 19) in dnd/Container.js
  • Replace UNSAFE_componentWillReceiveProps with componentDidUpdate
  • Upgrade react-redux v5 → v9, redux v4 → v5
  • Upgrade styled-components v4 → v6
  • Upgrade jest v24 → v29, babel packages to v7.24
  • Add @babel/runtime as runtime dependency
  • Enable automatic JSX runtime in Babel config
  • Add jest-environment-jsdom (required since Jest 28)
  • Add example/ app with Vite for GitHub Pages demo
  • Bump version to 3.0.1

- Remove ReactDOM.findDOMNode (removed in React 19) in dnd/Container.js
- Replace UNSAFE_componentWillReceiveProps with componentDidUpdate
- Upgrade react-redux v5 → v9, redux v4 → v5
- Upgrade styled-components v4 → v6
- Upgrade jest v24 → v29, babel packages to v7.24
- Add @babel/runtime as runtime dependency
- Enable automatic JSX runtime in Babel config
- Add jest-environment-jsdom (required since Jest 28)
- Add example/ app with Vite for GitHub Pages demo
- Bump version to 3.0.1
@Kirill19837 Kirill19837 requested a review from dapi as a code owner February 25, 2026 17:07
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.

2 participants