Skip to content

Commit 8028c8c

Browse files
committed
Updates
1 parent 2eb7164 commit 8028c8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.changeset/cold-geese-turn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"react-router": patch
33
---
44

5-
[UNSTABLE] Add `<RouterProvider unstable_handleError>` prop for client side error reporting
5+
[UNSTABLE] Add `<RouterProvider unstable_handleError>`/`<HydratedRouter unstable_handleError>` prop for client side error reporting

packages/react-router/lib/hooks.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ import {
5151
stripBasename,
5252
} from "./router/utils";
5353
import type { SerializeFrom } from "./types/route-data";
54-
import { unstable_ClientHandleErrorFunction } from "./components";
54+
import type { unstable_ClientHandleErrorFunction } from "./components";
5555

5656
/**
5757
* Resolves a URL against the current {@link Location}.

0 commit comments

Comments
 (0)