Skip to content

Commit

Permalink
add missing changeset (#4611)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-ebey authored Nov 16, 2022
1 parent b56092e commit 47b5b54
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .changeset/purple-baboons-beg.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 47b5b54

Please sign in to comment.