Commit 56f3b30
Fix clientStartup.ts for core package
Updated clientStartup.ts to work without pro features:
- Removed imports from pro/ClientSideRenderer.ts
- Simplified to on-demand component rendering (no automatic hydration)
- Removed pro features: immediate hydration, unmountAll, automatic store hydration
- Core package now builds successfully
Core behavior:
- Components render on-demand via reactOnRailsComponentLoaded()
- Pro package will provide automatic hydration and lifecycle management
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent efbcf52 commit 56f3b30
1 file changed
+7
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
9 | 4 | | |
10 | 5 | | |
11 | 6 | | |
12 | 7 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 8 | + | |
| 9 | + | |
19 | 10 | | |
20 | 11 | | |
21 | 12 | | |
| |||
33 | 24 | | |
34 | 25 | | |
35 | 26 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 27 | + | |
| 28 | + | |
43 | 29 | | |
44 | | - | |
45 | 30 | | |
0 commit comments