taro3-table
taro3-table copied to clipboard
更新数据,table 一直派发change事件
想做下拉刷新和上拉加载更多,目前看下拉刷新有问题,是用法不对吗?只下拉了一次,table 一直派发change事件
把 Taro.startPullDownRefresh
去掉,我认为这样写会不断触发 usePullDownRefresh,造成死循环
https://github.com/qxtang/taro3-table/commit/6740a1e3638c1db99d0c00df30634fdf20075c61
把
Taro.startPullDownRefresh
去掉,我认为这样写会不断触发 usePullDownRefresh,造成死循环
确实是的,是我对usePullDownRefresh了解不够造成的,谢谢。