tingyuxuan2302 / taro3-virtual-list

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

onRender函数内,使用组件props传入jsx元素报错 #41

Open ZSH0A0 opened 10 months ago

ZSH0A0 commented 10 months ago

onRender如下:

image

报错信息如下: image

import VirtualList from '@tarojs/components/virtual-list'试了下taro里的虚拟列表是没有这个问题