Skip to content

Commit

Permalink
add isFirstRendering property to RouterState interface
Browse files Browse the repository at this point in the history
  • Loading branch information
TetsuyaNegishi committed Mar 23, 2019
1 parent d6502d3 commit 4ba35b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Expand Up @@ -21,6 +21,7 @@ declare module 'connected-react-router' {
export interface RouterState {
location: Location
action: RouterActionType
isFirstRendering: boolean
}

export const LOCATION_CHANGE: '@@router/LOCATION_CHANGE';
Expand Down

0 comments on commit 4ba35b7

Please sign in to comment.