Skip to content

Can't use useRouter inside head #679

@shuding

Description

@shuding

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions