Skip to content

Bump react-dom to 19.2.8 to match react - #3231

Closed
adamw wants to merge 1 commit into
masterfrom
bump-react-dom-19.2.8
Closed

Bump react-dom to 19.2.8 to match react#3231
adamw wants to merge 1 commit into
masterfrom
bump-react-dom-19.2.8

Conversation

@adamw

@adamw adamw commented Jul 27, 2026

Copy link
Copy Markdown
Member

Fixes the red verify check on master and on every open PR.

#3221 bumped react 19.2.7 → 19.2.8 but left react-dom at 19.2.7. React refuses to initialise when the two differ:

Error: Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:
  - react:      19.2.8
  - react-dom:  19.2.7

All 16 vitest suites fail on import, so master has been red since #3221 merged (its own verify check was already failing at merge time).

Verified locally under Node 24 (the version CI uses): 16 test files, 34 tests, all passing.

react was bumped to 19.2.8 in #3221 without react-dom, leaving the two
packages at different versions. React refuses to start when they differ,
so every UI test failed and master has been red since then.
@adamw

adamw commented Jul 27, 2026

Copy link
Copy Markdown
Member Author

Superseded by #3245, which made the same react-dom 19.2.7 → 19.2.8 bump. Master is fixed.

@adamw adamw closed this Jul 27, 2026
@adamw
adamw deleted the bump-react-dom-19.2.8 branch July 27, 2026 09:57
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.

1 participant