芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/react-router/modules/createNameContext.js
// 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;