
React
记录
Hello_my_new_world
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
React警告:Received NaN for the `children` attribute. If this is expected, cast the value to a string.
使用React框架时,组件在使用<span>{ Math.abs(goal.goalInfo.pretimes - goal.usergoalInfo.cpt_times )}</span>这一语句时出现警告:Received NaN for the `children` attribute. If this is expected, cast the value to a...原创 2020-04-05 17:20:43 · 7814 阅读 · 1 评论 -
关于ant Design中this.props.form.validateFields未执行的问题
在使用ant Designd的 form 组件时发现点击提交方法中 this.props.form.validateFields((err, values) => {}) 部分未执行,也没有报错。 原因:我使用了自定义校验validator ,在自定义校验方法中有个错误,使用了未定义的变量。 注意: 1、使用validator 时,注意自定义方法中是否有错误;对于如何解决没有错误提示...原创 2020-04-03 00:35:25 · 5920 阅读 · 2 评论