Commit b0d96fe
fix(repeater): pass render/form results to collectNested to prevent DCE
Rolldown (Vite 8 dep optimizer) strips function calls whose results are
unused. Passing results to collectNested (an external callback parameter)
prevents dead-code elimination and also properly analyzes returned JSX.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 1c7c702 commit b0d96fe
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
| 247 | + | |
| 248 | + | |
248 | 249 | | |
249 | | - | |
250 | | - | |
| 250 | + | |
| 251 | + | |
251 | 252 | | |
252 | 253 | | |
253 | 254 | | |
| |||
0 commit comments