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

⇲👁 A simple React Hook which allows to listen the resize event of any target element when it changes sizes

Results 3 react-resize-aware issues
Sort by recently updated
recently updated
newest added

Unable to run `npm install` with react-size-aware and React 18.x. ``` % npm -v 8.13.1 % npm install npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR!...

Hi, I depend on this package as a dependency of another npm package and I believe this issue: https://github.com/FezVrasta/react-resize-aware/issues/57 is seeing the same problem I see. When I build with...

After upgrading from 2.7.0 to 3.1.0, I get a show-stopping error: ``` TypeError: n is not a function push../node_modules/react-resize-aware/dist/index.js.module.exports E:/Project/node_modules/react-resize-aware/dist/index.js:54 51 | 52 | module.exports = function (n) { 53...