Skip to content

Commit 39e0009

Browse files
committed
Cleanup
1 parent 01e9b65 commit 39e0009

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
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 support for `unstable_handleError` for client side data routers
5+
[UNSTABLE] Add `<RouterProvider unstable_handleError>` prop for client side error reporting

packages/react-router/lib/router/router.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import type * as React from "react";
2-
31
import type { DataRouteMatch, RouteObject } from "../context";
42
import type { History, Location, Path, To } from "./history";
53
import {

0 commit comments

Comments
 (0)