/**
* Webpack has bug for import loop, which is not the same behavior as ES module.
* When util.js imports the TreeNode for tree generate will cause treeContextTypes be empty.
*/import * asReactfrom'react';
exportvarTreeContext = /*#__PURE__*/React.createContext(null);