Skip to content

Commit fa58fac

Browse files
chore: update to react-router v7.1.1 (#164)
1 parent bd523c0 commit fa58fac

File tree

3 files changed

+120
-115
lines changed

3 files changed

+120
-115
lines changed

app/pages/docs-layout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import { useRef } from "react";
1414
import { useCodeBlockCopyButton } from "~/ui/utils";
1515

1616
export let loader = async ({ params }: Route.LoaderArgs) => {
17-
// @ts-expect-error doesn't have potential child types
1817
let splat = params["*"];
1918
let firstSegment = splat?.split("/")[0];
2019
let refParam = params.ref

0 commit comments

Comments
 (0)