react-infinite-scroller
react-infinite-scroller copied to clipboard
feat(resize): listen for resize on window only (since it is not suppo…
Since resize event is not supported on elements other than window, we should always listen for this event on the window element (also when not using useWindow)