P.J. Swesey

Results 4 comments of P.J. Swesey

`react-container-query` uses `resize-observer-lite` to listen to change events to re-render the react component tree: https://github.com/d6u/react-container-query/blob/master/src/ContainerQueryCore.ts#L11 `resize-observer-lite` prefers to use the browser's `window.ResizeObserver` directly, but if not present will use `element-resize-detector`'s...

Note that Griffel will only throw that error if within the context of a React component. I wonder if it could throw if called from any place other than a...

@devfd 2 tests were failing for me on master before i added these fields, is there additional test setup i may have missed?