相关平台
H5
复现仓库
https://gitee.com/JS-VeryHappy/vh-mobile-demo.git
浏览器版本: Chrome 62
使用框架: React
复现步骤
yarn dev:h5;
1.今入页面: http://xxxxxx/pagesA/list/index,并且页面已开启下拉刷新(如果不开启则不会出现错误)
2.滑动到底部,加载更多
3.出现错误: Uncaught TypeError: parentInstance.appendChild is not a function
4.测试中发现,如果开启stopPullDownRefresh后无错误信息,但是滑动底部下载更多后,会触发多个生成周期;
useReady
useReachBottom
usePullDownRefresh
期望结果
正常运行
实际结果
出现错误
环境信息
Taro CLI 3.5.2 environment info:
System:
OS: Windows 10
Binaries:
Node: 16.14.0
Yarn: 1.22.19
npm: 8.3.1
2条答案
按热度按时间fruv7luv1#
请问这个问题解决了吗,我也碰到了,下拉刷新的时候
0x6upsns2#
当我在enablePullDownRefresh:true 的页面中刷新当前页时,页面会崩溃,同时报错跟楼主一样