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 b4963db commit 45d5f7dCopy full SHA for 45d5f7d
packages/react-router-dom/modules/RouterContext.js
@@ -0,0 +1,3 @@
1
+// Written in this round about way for babel-transform-imports
2
+import { RouterContext } from "react-router";
3
+export default RouterContext;
packages/react-router-dom/modules/index.js
@@ -7,6 +7,7 @@ export Prompt from "./Prompt";
7
export Redirect from "./Redirect";
8
export Route from "./Route";
9
export Router from "./Router";
10
+import RouterContext from "./RouterContext";
11
export StaticRouter from "./StaticRouter";
12
export Switch from "./Switch";
13
export generatePath from "./generatePath";
0 commit comments