Render a leaf WalkedField entirely as a single HTML chunk.
Used inside the streaming generators when descent into containers is
complete.
Delegates to the framework-agnostic dispatchRenderField
dispatcher so resolver lookup, the (unused) widget step, error
wrapping, and the unresolved-type fallback share one implementation
with the sync HTML renderer and the React adapter.
Current recursion depth — defaults to 0 so the
public signature stays additive. Callers inside the streaming
pipeline thread the live currentDepth so the dispatcher's
internal depth check is consistent with the streamField gate.
Render a leaf WalkedField entirely as a single HTML chunk. Used inside the streaming generators when descent into containers is complete.
Delegates to the framework-agnostic dispatchRenderField dispatcher so resolver lookup, the (unused) widget step, error wrapping, and the unresolved-type fallback share one implementation with the sync HTML renderer and the React adapter.