Add missing isReady declaration to NextRouter type (#20819)

Follow https://github.com/vercel/next.js/pull/20628
This commit is contained in:
David ALLIX 2021-01-06 18:44:35 +01:00 committed by GitHub
parent 5fc8d48732
commit 79e5615d2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -360,6 +360,7 @@ export type NextRouter = BaseRouter &
| 'beforePopState'
| 'events'
| 'isFallback'
| 'isReady'
>
export type PrefetchOptions = {