tingyuxuan2302 / taro3-virtual-list

基于taro3封装的虚拟列表,对列表节点不等高以及白屏等问题支持友好,无计算量,性能优异,支持各大小程序以及h5页面
MIT License
190 stars 26 forks source link

H5中后退会报错 Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in the componentWillUnmount method #20

Closed lxsunbin closed 2 years ago

lxsunbin commented 2 years ago

当前页是虚拟列表页,后退返回上一页,控制台报错 image

tingyuxuan2302 commented 2 years ago

当前页是虚拟列表页,后退返回上一页,控制台报错 image

确定是组件报错的?组件里并没有使用willUnMount这个生命周期,你可以把组件注释掉,看看还是否报错