当前位置:   article > 正文

使用antd开发时遇上的onChange event为空的问题_this synthetic event is reused for performance rea

this synthetic event is reused for performance reasons. if you're seeing thi

背景:

在使用React进行前端页面的开发,使用antd的Input组件时,本想利用onChange事件的event.target.value获取正在修改的值,但是一直报错为空,下面是控制台的报错信息:

This synthetic event is reused for performance reasons. If you’re seeing this, you’re accessing the property target on a released/nullified synthetic event. This is set to null. If you must keep the original synthetic event around, use event.persist(). See https://fb.me/react-event-pooling for more information.

解决方法:
在操作event之前,先写如下语句:

e.persist();
  • 1

搞定~

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/weixin_40725706/article/detail/339068
推荐阅读
相关标签
  

闽ICP备14008679号