Skip to content

Commit

Permalink
fix: added missing props
Browse files Browse the repository at this point in the history
  • Loading branch information
BowlingX committed Feb 1, 2023
1 parent b2074a1 commit 4168bd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/adapters/nextjs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ type ClientOnlyProps = Pick<
| 'defaultReplaceOptions'
| 'routerPush'
| 'routerReplace'
| 'routerAsPath'
| 'routerQuery'
> & {
readonly children: ReactNode
readonly omitQueries?: boolean
Expand Down

0 comments on commit 4168bd9

Please sign in to comment.