-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Can't use useRouter inside head #679
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
For the docs theme, when you have this in the config:
head: function Head() {
const router = useRouter()
return (
<>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
...router is going to be null because of vercel/next.js#23559 (comment).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working