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 13fa63e commit f82c4e1Copy full SHA for f82c4e1
packages/react-router/modules/HistoryContext.js
@@ -1,4 +1,4 @@
1
-import createNamedContext from "./createNameContext";
+import createNamedContext from "./createNamedContext";
2
3
const historyContext = /*#__PURE__*/ createNamedContext("Router-History");
4
export default historyContext;
packages/react-router/modules/RouterContext.js
const context = /*#__PURE__*/ createNamedContext("Router");
export default context;
packages/react-router/modules/createNameContext.js renamed to packages/react-router/modules/createNamedContext.js
0 commit comments