We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb7164 commit 8028c8cCopy full SHA for 8028c8c
.changeset/cold-geese-turn.md
@@ -2,4 +2,4 @@
2
"react-router": patch
3
---
4
5
-[UNSTABLE] Add `<RouterProvider unstable_handleError>` prop for client side error reporting
+[UNSTABLE] Add `<RouterProvider unstable_handleError>`/`<HydratedRouter unstable_handleError>` prop for client side error reporting
packages/react-router/lib/hooks.tsx
@@ -51,7 +51,7 @@ import {
51
stripBasename,
52
} from "./router/utils";
53
import type { SerializeFrom } from "./types/route-data";
54
-import { unstable_ClientHandleErrorFunction } from "./components";
+import type { unstable_ClientHandleErrorFunction } from "./components";
55
56
/**
57
* Resolves a URL against the current {@link Location}.
0 commit comments