ember-table icon indicating copy to clipboard operation
ember-table copied to clipboard

Why ResizeSensor is a global?

Open wuarmin opened this issue 4 years ago • 0 comments

Hey,

why don't we import the ResizeSensor at table-sticky-polyfill like every module?

Why: https://github.com/Addepar/ember-table/blob/204315adfb7a98cf0be6f8428818b37a57e34895/addon/-private/sticky/table-sticky-polyfill.js#L1

instead of

import { ResizeSensor } from "css-element-queries";

Best regards!

wuarmin avatar Sep 27 '21 10:09 wuarmin