Error: NextRouter was not mounted in monorepo project
Unanswered
Dwarf Crocodile posted this in #help-forum
Original message was deleted.
3 Replies
Boston Terrier
make sure you import
router from next/navigation if you are using app router.@Boston Terrier make sure you import `router` from `next/navigation` if you are using app router.
Dwarf Crocodile
I'm using pages route, not apps route