react-infinite-scroller icon indicating copy to clipboard operation
react-infinite-scroller copied to clipboard

feat(resize): listen for resize on window only (since it is not suppo…

Open nayish1 opened this issue 7 years ago • 0 comments

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)

nayish1 avatar Jan 24 '18 12:01 nayish1