Minor Changes
- Updated the default
remix newapp template to use import maps for browser scripts, client entries, and HMR. Generated apps include the multiple import maps polyfill for browsers that need it. For existing apps, follow the asset server migration steps (see #11706).
Patch Changes
-
Fixed redirect handling during frame navigation in generated apps. Existing apps can get the same fix by removing the custom
resolveFramecallback fromrun()inapp/actions/public/entry.tsto use the default resolver (see #11821). -
Bumped
@remix-run/*dependencies: