Skip to content

Commit

Permalink
fix(docs): change next router migration docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyleen77 committed Feb 28, 2025
1 parent 8fba319 commit b64d4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/content/docs/next/migration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ The `showProgressBar` option is renamed `showProgress`.

```diff
- router.push('/about', undefined, { showProgressBar: false });
+ router.push('/about', undefined, { showProgress: false });
+ router.push('/about', { showProgress: false });
```

If you use a custom router, you'll need to make these changes:
Expand Down

0 comments on commit b64d4c5

Please sign in to comment.