You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(repeater): collect block JSX into array to survive Rolldown DCE
Rolldown aggressively eliminates code where function call results are
only passed to other functions whose results are unused. Build a JSX
array, pass it to collectNested, store the result, and merge it into
the returned nestedSelection — making the entire chain non-eliminable.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments