bvaughn / react-window

React components for efficiently rendering large lists and tabular data
https://react-window.now.sh/
MIT License
15.72k stars 782 forks source link

a wrong import about bpfrpt_proptype_WindowScroller #621

Closed yizhizhua closed 3 weeks ago

yizhizhua commented 2 years ago

the first time i install this and run my project there is a resolve error about bpfrpt_proptype_WindowScroller and then i annotation the last line in es/WindowScroller/utils/onScroll and it worked. so is there a history import and it do not be used in anywhere ?

OancaAndrei commented 1 year ago

Hi, I've faced the same issue while having react-window, react-virtualized-auto-sizer and react-virtualized installed. Removing react-virtualized seems to fix the issue for me.