From cca4326e601ee844d67b6675434161dff0087a54 Mon Sep 17 00:00:00 2001 From: Matt Brophy Date: Wed, 3 May 2023 07:32:31 -0400 Subject: [PATCH] Update .changeset/hmr-error-boundary.md --- .changeset/hmr-error-boundary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/hmr-error-boundary.md b/.changeset/hmr-error-boundary.md index 1a8de3c746..b5d111361b 100644 --- a/.changeset/hmr-error-boundary.md +++ b/.changeset/hmr-error-boundary.md @@ -2,4 +2,4 @@ "@remix-run/router": patch --- -surface errors to the proper error boundary after \_internalSetRoutes +Fix HMR-driven error boundaries by properly reconstructing new routes and `manifest` in `\_internalSetRoutes`