antd的表格拖拽排序, 报错:React.createContext is not a function

在使用 antd的表格拖拽排序功能时,  报错: React.createContext is not a function 分析原因: https://zhuanlan.zhihu.com/p/34038469 解决办法: 1. 升级antd的版本          //下载固定版本 npm报错,不指定版本OK。 2.  升级 react的版本 "react": "^16.4.0", "rea
相关文章
相关标签/搜索