element-resize-detector icon indicating copy to clipboard operation
element-resize-detector copied to clipboard

Optimized cross-browser resize listener for elements.

Results 2 element-resize-detector issues
Sort by recently updated
recently updated
newest added

Hi! In Sentry, we see numerous cases of this error: > TypeError: Cannot read properties of null (reading 'defaultView') It originates from here: https://github.com/wnr/element-resize-detector/blob/1.2.3/src/detection-strategy/object.js#L44 Is this a bug in `element-resize-detector`...

removeListener not working in some scenior: If the element or its parent has already been removed and appended to the DOM again then Object.onload is been called again, and onElementDetectable...