Commit 8f78ccf
committed
fix: upgrade to React 19 in CI workflow
The test workflow was using React 18 which doesn't have the same
renderToReadableStream API as React 19. Local development uses React 19,
causing a mismatch that led to test failures in CI.
Updated the workflow to install react@19 and react-dom@19 to match the
local development environment and ensure renderToReadableStream works
correctly in the bundled server.js.1 parent f4632f2 commit 8f78ccf
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
0 commit comments