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 e8eb2d1 commit 355d82aCopy full SHA for 355d82a
packages/react-router/modules/RouterContext.js
@@ -1,5 +1,5 @@
1
import React from "react";
2
3
-const RouterContext = React.unstable_createContext(0);
+const RouterContext = React.unstable_createContext({});
4
5
export default RouterContext;
0 commit comments