ember-table
ember-table copied to clipboard
Why ResizeSensor is a global?
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!