We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d240f07 commit 14e7b11Copy full SHA for 14e7b11
index.d.ts
@@ -59,8 +59,8 @@ declare module 'connected-react-router' {
59
export function createMatchSelector<
60
S extends RouterRootState, Params extends { [K in keyof Params]?: string }
61
>(path: string): matchSelectorFn<S, Params>;
62
- export function onLocationChange(location: Location, action: RouterActionType, isFirstRendering: boolean = false)
63
- : LocationChangeAction
+ export function onLocationChanged(location: Location, action: RouterActionType, isFirstRendering: boolean = false)
+ : LocationChangeAction;
64
65
export type Push = typeof push;
66
export type Replace = typeof replace;
0 commit comments