mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2026-01-04 12:04:54 +01:00
Updated to v1.3.6
This commit is contained in:
11
conf/site/node_modules/react-router/modules/createNameContext.js
generated
vendored
Normal file
11
conf/site/node_modules/react-router/modules/createNameContext.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
// TODO: Replace with React.createContext once we can assume React 16+
|
||||
import createContext from "mini-create-react-context";
|
||||
|
||||
const createNamedContext = name => {
|
||||
const context = createContext();
|
||||
context.displayName = name;
|
||||
|
||||
return context;
|
||||
};
|
||||
|
||||
export default createNamedContext;
|
||||
Reference in New Issue
Block a user