virtual-list
virtual-list copied to clipboard
Uncaught TypeError: Illegal invocation at HTMLDivElement.onWheel What is this ?

<List data={[0,1,2,3,4]} height={200} itemHeight={30} itemKey='id'>
{index => <div>{index}</div>}
</List>
I was just using code above to making a demo for my self, and I got an problem from console
node : 14.15.1 "rc-virtual-list": "^3.3.0" "react-dom": "^17.0.1",