当前位置: 代码迷 >> 综合 >> [react] This synthetic event is reused for performance reasons. If you‘re seeing this, you‘re access
  详细解决方案

[react] This synthetic event is reused for performance reasons. If you‘re seeing this, you‘re access

热度:76   发布时间:2023-12-12 01:15:13.0

error

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

solution

e.persist()

  相关解决方案