// copy from https://github.com/jamiebuilds/create-react-context// Solve the version conflict between create-react-context and react17importReactfrom'react';
import createReactContext from'./implementation';
exportdefaultReact.createContext || createReactContext;