Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs(next): fix import source of useRouter (#3369)

authored by

Shun Kondo and committed by
GitHub
cc9586ff 0db6e0a3

+1 -1
+1 -1
docs/advanced/server-side-rendering.md
··· 318 318 tell the server to do so by using the Next router and calling `.refresh()`. 319 319 320 320 ```tsx 321 - import { useRouter } from 'next/router'; 321 + import { useRouter } from 'next/navigation'; 322 322 323 323 const Todo = () => { 324 324 const router = useRouter();