react-resize-observer icon indicating copy to clipboard operation
react-resize-observer copied to clipboard

Component for giving you `onResize`.

Results 4 react-resize-observer issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to use this module with rollup, the problem is that while compiling it trigger the error: [!] Error: 'ResizeObserver' is not exported by ..\..\node_modules\react-resize-observer\lib\ResizeObserver.js Actually i've found...

I'm trying to implement breakpoints like this article: https://philipwalton.com/articles/responsive-components-a-solution-to-the-container-queries-problem/#observing-container-resizes Essentially I want the parentNode object to have classes like .SM .MD .LG depending on how big they are. The problem...

Apologies if someone has brought this up before. I'm using `react-resize-observer` in a way where I need it to live inside elements like `` and `` sometimes. But React complains...

### Summary This PR adds `enzyme` and an appropriate adapter to the devDependencies, and uses them to run a newly-added test suite. I wanted to avoid testing specific implementation details,...