Commit 41eddcf
Register ImageExample component in client bundle
The recent refactor to use async: true for non-Redux pages (c0a3b59) caused
the image_example page to fail because ImageExample wasn't registered in the
client bundle. With async: true, components must be registered upfront in the
bundle rather than relying on inline registration.
This commit registers ImageExample in client-bundle.js alongside
HelloTurboStream, fixing the "Could not find component registered with name
ImageExample" error in CI tests.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent c0a3b59 commit 41eddcf
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
0 commit comments