Skip to content

Commit 9b31664

Browse files
committed
fix: code clean
1 parent cd476b1 commit 9b31664

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-first-history",
3-
"version": "5.0.11",
3+
"version": "5.0.12",
44
"description": "Redux First History - Redux history binding support react-router - @reach/router - wouter",
55
"main": "build/es5/index.js",
66
"module": "build/es6/index.js",

src/create.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import { createRouterReducer, RouterState } from './reducer';
1717
export interface IHistoryContextOptions {
1818
history: History;
1919
routerReducerKey?: string;
20-
oldLocationChangePayload?: boolean;
2120
reduxTravelling?: boolean;
2221
showHistoryAction?: boolean;
2322
selectRouterState?: <S>(state: S) => RouterState;

0 commit comments

Comments
 (0)