Build a renderChild closure that delegates back to the
orchestrating resolver dispatch. Container renderers (object, array,
tuple, record, union, discriminatedUnion, conditional, negation)
call this to recursively render their children without re-running
the resolver dispatch loop themselves.
The closure is stored on the parent's render props and forwarded to
the resolver render function, mirroring the renderChild signatures
on the React and HTML render-props (see core/renderer.ts).
Build a
renderChildclosure that delegates back to the orchestrating resolver dispatch. Container renderers (object, array, tuple, record, union, discriminatedUnion, conditional, negation) call this to recursively render their children without re-running the resolver dispatch loop themselves.The closure is stored on the parent's render props and forwarded to the resolver render function, mirroring the
renderChildsignatures on the React and HTML render-props (seecore/renderer.ts).