Skip to content

Commit

Permalink
chore: update to react-router v7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslybrand committed Jan 6, 2025
1 parent bd523c0 commit 17ebf0e
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 115 deletions.
1 change: 0 additions & 1 deletion app/pages/docs-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { useRef } from "react";
import { useCodeBlockCopyButton } from "~/ui/utils";

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

0 comments on commit 17ebf0e

Please sign in to comment.