UNPKG

278 BJavaScriptView Raw
1/**
2 * Webpack has bug for import loop, which is not the same behavior as ES module.
3 * When util.js imports the TreeNode for tree generate will cause treeContextTypes be empty.
4 */
5import * as React from 'react';
6export var TreeContext = /*#__PURE__*/React.createContext(null);
\No newline at end of file