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
{{ message }}
This repository was archived by the owner on Jul 19, 2025. It is now read-only.
Given this
Current codegen (the 4th argument
trueindicates a child component that is also the root of the parent):Expected:
return ((_ctx) => { const n0 = _createFor(() => (10000), (_ctx0) => { - const n2 = _createComponent(Comp, null, null, true) + const n2 = _createComponent(Comp) return n2 }) return n0 })()