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 2a4cfc5 commit 31bd51fCopy full SHA for 31bd51f
src/browser-router.tsx
@@ -7,6 +7,7 @@ export default class BrowserRouter extends Router {
7
private history: any;
8
private unlistenHistroy: any;
9
private stateFromServer: any;
10
+ private __CTX__: any;
11
constructor(props) {
12
super(props);
13
this.history = props.history;
0 commit comments