Error: NextRouter was not mounted. https://nextjs.org/docs/messages/next-router-not-mounted
Answered
Thrianta posted this in #help-forum
ThriantaOP
Code:
Answered by Ray
import { useRouter } from 'next/navigation'you should use
next/navigation in app router2 Replies
@Thrianta Code:
import { useRouter } from 'next/navigation'you should use
next/navigation in app routerAnswer