Skip to content

Commit

Permalink
Add missing isReady declaration to NextRouter type (#20819)
Browse files Browse the repository at this point in the history
Follow #20628
  • Loading branch information
webda2l authored Jan 6, 2021
1 parent 5fc8d48 commit 79e5615
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/next/next-server/lib/router/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ export type NextRouter = BaseRouter &
| 'beforePopState'
| 'events'
| 'isFallback'
| 'isReady'
>

export type PrefetchOptions = {
Expand Down

0 comments on commit 79e5615

Please sign in to comment.