virtual-list icon indicating copy to clipboard operation
virtual-list copied to clipboard

Uncaught TypeError: Illegal invocation at HTMLDivElement.onWheel What is this ?

Open Tonysmark opened this issue 4 years ago • 0 comments

image image

<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",

Tonysmark avatar Jun 22 '21 08:06 Tonysmark