Commit 2de6c9b
chore(rsc-demo): preserve actual export names in SSR module map
- Update ssr-entry.js in both app1 and app2 to read export name from manifest
- Build module map with actual export name + standard fallbacks (default, *, '')
- Ensures React can access named exports during SSR rendering
- All 341 RSC tests pass
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent f2e4218 commit 2de6c9b
File tree
2 files changed
+0
-21
lines changed- apps/rsc-demo/packages
- app1/src/framework
- app2/src/framework
2 files changed
+0
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 12 | | |
24 | 13 | | |
25 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | 12 | | |
23 | 13 | | |
24 | 14 | | |
| |||
0 commit comments