JavaShuo
栏目
标签
报错:TypeError: _form.default.create(...) is not a function
时间 2021-07-12
标签
antd
react
报错改正
栏目
React
繁體版
原文
原文链接
报错: 原因: antd版本更新,我用的是3.x的老版本。 Ant Design 4.0 对Form进行了修改,已经不使用 Form.create,也不需要使用了,它会自动验证,移除了原来的onSubmit,改用onFinish。 解决: 更改package.json的antd版本为3.26.14 执行> cnpm install 重新运行> npm start
>>阅读原文<<
相关文章
1.
VuePress报错TypeError: res.getHeader is not a function
2.
React报错 TypeError: react__WEBPACK_IMPORTED_MODULE_0___default.a.createClass is not a function
3.
vue报错 TypeError: merge is not a function
4.
openlayers3 报错 Uncaught TypeError: M.split is not a function
5.
npm报错TypeError: this.getResolve is not a function
6.
Uncaught TypeError: window.showModalDialog is not a function
7.
TypeError: antd_es_form__WEBPACK_IMPORTED_MODULE_3__.default.create(...) is not a function
8.
TypeError: (0 , _index.genCompid) is not a function
9.
Uncaught TypeError: i.parents is not a function
10.
Uncaught TypeError: undefined is not a function
更多相关文章...
•
XSLT function-available() 函数
-
XSLT 教程
•
SQL MIN() Function
-
SQL 教程
•
PHP Ajax 跨域问题最佳解决方案
•
Kotlin学习(一)基本语法
相关标签/搜索
typeerror
function
错报
报错
a'+'a
javascript...function
not...else
项目报错
报错记录
React
Redis教程
PHP 7 新特性
Thymeleaf 教程
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
.Net core webapi2.1生成exe可执行文件
2.
查看dll信息工具-oleview
3.
c++初学者
4.
VM下载及安装
5.
win10下如何安装.NetFrame框架
6.
WIN10 安装
7.
JAVA的环境配置
8.
idea全局配置maven
9.
vue项目启动
10.
SVN使用-Can't remove directoryXXXX,目录不是空的,项目报错,有红叉
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
VuePress报错TypeError: res.getHeader is not a function
2.
React报错 TypeError: react__WEBPACK_IMPORTED_MODULE_0___default.a.createClass is not a function
3.
vue报错 TypeError: merge is not a function
4.
openlayers3 报错 Uncaught TypeError: M.split is not a function
5.
npm报错TypeError: this.getResolve is not a function
6.
Uncaught TypeError: window.showModalDialog is not a function
7.
TypeError: antd_es_form__WEBPACK_IMPORTED_MODULE_3__.default.create(...) is not a function
8.
TypeError: (0 , _index.genCompid) is not a function
9.
Uncaught TypeError: i.parents is not a function
10.
Uncaught TypeError: undefined is not a function
>>更多相关文章<<