Skip to content

Commit 31bd51f

Browse files
authored
fix type
1 parent 2a4cfc5 commit 31bd51f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/browser-router.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export default class BrowserRouter extends Router {
77
private history: any;
88
private unlistenHistroy: any;
99
private stateFromServer: any;
10+
private __CTX__: any;
1011
constructor(props) {
1112
super(props);
1213
this.history = props.history;

0 commit comments

Comments
 (0)