Resize Sensor Extracts the Resize sensor out of CSS Element Queries Quick Use const sensor = new ResizeSensor(element, () => { console.log('anything inside of element caused my size to change'); }) Remove the Listener sensor.detach(); or ResizeSensor.detach(element);