Minor Changes
- Add
render({ assets?, onError? }), the conventional request-scoped Remix UI renderer. It returns typed HTML responses throughcontext.render(node, init), resolves nested and targeted frames through the current router with safe request headers and cancellation, preserves frame error bodies, and optionally resolves source-based client entries through an asset server (see #11607).
Patch Changes
- Bumped
@remix-run/*dependencies: