Commit b81c628
authored
fix: Externalize JSX runtime (#655)
The JSX runtime is currently being bundled which is generally not supported.
The JSX runtime needs to be in lockstep with the React version.
This currently breaks in React 19 because the bundled JSX runtime tries to access secret internals that have been moved.1 parent 79fec4c commit b81c628
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
68 | 80 | | |
69 | 81 | | |
70 | 82 | | |
| |||
0 commit comments