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 8655ec6 commit 3b1724aCopy full SHA for 3b1724a
src/components/search.tsx
@@ -7,7 +7,7 @@ import {
7
} from "@headlessui/react"
8
import { clsx } from "clsx"
9
import NextLink from "next/link"
10
-import { useRouter } from "next/router"
+import { useRouter } from "next/compat/router"
11
import { useMounted } from "nextra/hooks"
12
import { InformationCircleIcon, SpinnerIcon } from "nextra/icons"
13
import type {
0 commit comments