Artur Santana
Artur Santana

Reputation: 1

Error: NextRouter was not mounted. https://nextjs.org/docs/messages/next-router-not-mounted

i have a problem here ...

can anyone help me here ...

**1 of 1 unhandled error Next.js is up to date

Unhandled Runtime Error Error: NextRouter was not mounted. https://nextjs.org/docs/messages/next-router-not-mounted

Source useRouter node_modules\next\dist\client\router.js (146:14) src\app\component\header\Index.tsx (14:26) @ useRouter

12 | 13 |

14 | const router = useRouter() | ^ 15 |
16 | const [widthPage, setWidthPage] = useState<number>() 17 |**

already try put in my code import { useRouter } from "next/navigation" but not work as well !

https://github.com/artursantana/Portfolio-React

i have many links in this page and all it work only one not work i dont know why!

Upvotes: 0

Views: 607

Answers (1)

Soham Nimbalkar
Soham Nimbalkar

Reputation: 11

import useRouter from next/navigation instead of next/router

Upvotes: 0

Related Questions