react-container-dimensions icon indicating copy to clipboard operation
react-container-dimensions copied to clipboard

Wrapper component that detects element resize and passes new dimensions down the tree. Based on https://github.com/wnr/element-resize-detector

Results 35 react-container-dimensions issues
Sort by recently updated
recently updated
newest added

## Version **2.8.1** of [enzyme](https://github.com/airbnb/enzyme) just got published. Branch Build failing 🚨 Dependency enzyme Current Version 2.8.0 Type devDependency This version is **covered** by your **current version range** and after...

greenkeeper

## Version **3.4.0** of [mocha](https://github.com/mochajs/mocha) just got published. Branch Build failing 🚨 Dependency mocha Current Version 3.3.0 Type devDependency This version is **covered** by your **current version range** and after...

greenkeeper

@okonet I find that when a ContainerDimensions element has been mount and unmount quickly an error is thrown. ![image](https://cloud.githubusercontent.com/assets/6111424/17774237/3d1adaf0-6585-11e6-9338-384032266e03.png) This error happens because the ready event of scroll is trigger...

If some parent element has a `transform: scale` applied then `getBoundingClientRect` will take it into account and return _actual_ sizes. This might be undesirable in some situations so probably `offsetWidth`...