Skip to content

Commit

Permalink
Add children to typings to support React 18 typings (#569)
Browse files Browse the repository at this point in the history
Co-authored-by: alexe <[email protected]>
  • Loading branch information
aesser and asyncalex authored Jul 11, 2022
1 parent c6609e3 commit bda06ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ declare module 'connected-react-router' {
noInitialPop?: boolean;
noTimeTravelDebugging?: boolean;
omitRouter?: boolean;
children?: React.ReactNode;
}

export type RouterActionType = Action;
Expand Down

0 comments on commit bda06ce

Please sign in to comment.