Commit 9771d0d
committed
feat: bump @tanstack/dom-vite to 0.1.0-alpha.4 + alias runtime-specific server variants
Pulls in the shell-chunk batching perf fix landed in the shim's
react-dom-server (0.1.0-alpha.4 vs. alpha.3 before).
Adds manual top-level aliases for `react-dom/server.{edge,node,bun,
browser}` and `react-dom/static.*` → `@tanstack/react-dom-server`. The
shim ships a single universal server build; React splits per runtime
and @vitejs/plugin-rsc / the Netlify edge adapter import those
per-runtime specifiers conditionally. Vite 8's EnvironmentResolveOptions
doesn't accept `alias`, so these have to live at top-level resolve.alias.
Home route verified rendering cleanly via SSR with no console errors.1 parent 8a00018 commit 9771d0d
3 files changed
+28
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
40 | 57 | | |
41 | 58 | | |
42 | 59 | | |
43 | 60 | | |
| 61 | + | |
44 | 62 | | |
45 | 63 | | |
46 | 64 | | |
| |||
0 commit comments