diff --git a/.changeset/purple-baboons-beg.md b/.changeset/purple-baboons-beg.md new file mode 100644 index 00000000000..949c5809281 --- /dev/null +++ b/.changeset/purple-baboons-beg.md @@ -0,0 +1,9 @@ +--- +"@remix-run/react": patch +--- + +Ensure route modules are loaded even in failure cases. + +This addresses a long standing issue where you would end up in your root catch boundary if a form transition to another route threw. This no longer occurs and you end up in the contextual boundary you'd expect. + +Fixed in PR #4385