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 71c7778 commit d1476a4Copy full SHA for d1476a4
packages/react-router/lib/router/utils.ts
@@ -1,4 +1,4 @@
1
-import type { ReactNode } from "react";
+import type { PropsWithChildren } from "react";
2
import type { Equal, Expect } from "../types/utils";
3
import type { Location, Path, To } from "./history";
4
import { invariant, parsePath, warning } from "./history";
0 commit comments