KyleAMathews / element-resize-event

Library to make it easy to listen for element resize events
http://kyleamathews.github.io/element-resize-event/
MIT License
175 stars 44 forks source link

Fix for undefined resizeTriggers #27

Closed mrdj07 closed 7 years ago

mrdj07 commented 7 years ago

I would get errors with react-sticky-table when resizing the window while the content was rendered. The event inside the resizeListener would have no target, therefore crashing at this point.