v6.14.2
·
4776 commits
to main
since this release
Patch Changes
- Add missing
<Form state>prop to populatehistory.stateon submission navigations (#10630) - Trigger an error if a
deferpromise resolves/rejects withundefinedin order to match the behavior of loaders and actions which must return a value ornull(#10690) - Properly handle fetcher redirects interrupted by normal navigations (#10674)
- Initial-load fetchers should not automatically revalidate on GET navigations (#10688)
- Properly decode element id when emulating hash scrolling via
<ScrollRestoration>(#10682) - Typescript: Enhance the return type of
Route.lazyto prohibit returning an empty object (#10634) - SSR: Support proper hydration of
Errorsubclasses such asReferenceError/TypeError(#10633)
Full Changelog: https://github.com/remix-run/react-router/compare/react-router@6.14.1...react-router@6.14.2