alibaba / GGEditor

A visual graph editor based on G6 and React
https://ggeditor.com
MIT License
3.42k stars 573 forks source link

引入ggeditor报错,TypeError: __WEBPACK_IMPORTED_MODULE_0_react___default.a.createContext is not a function #332

Closed lzj3141 closed 5 years ago

lzj3141 commented 5 years ago

image

查了一些资料说是react版本问题,可我都是最新的版本啊react react-dom 16.4.0+ 试了好多版本都不行,不清楚是哪的问题 "dependencies": { "@antv/g6": "^3.0.5-beta.7", "antd": "3.1.0", "dagre": "^0.8.4", "fetch-jsonp": "^1.1.3", "gg-editor": "^2.0.4", "history": "^4.7.2", "jointjs": "^3.0.4", "lodash": "4.17.4", "moment": "2.22.1", "prop-types": "15.5.10", "query-string": "^5.0.1", "react": "^16.4.0", "react-dom": "^16.4.0", "react-json-view": "^1.19.1", "react-redux": "5.0.6", "react-router-dom": "^4.2.2", "redux": "^3.7.2", "redux-devtools-extension": "^2.13.5", "redux-thunk": "^2.2.0" },

lzj3141 commented 5 years ago

已经解决了 版本的问题