You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/next/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1057,7 +1057,7 @@ export default function MyLink() {
1057
1057
}
1058
1058
```
1059
1059
1060
-
`router` methods should be only used inside the client side of your app though. In order to prevent any error regarding this subject use the imperatively`prefetch` method in the `useEffect()` hook:
1060
+
`router` methods should be only used inside the client side of your app though. In order to prevent any error regarding this subject use the imperative`prefetch` method in the `useEffect()` hook:
0 commit comments