maslianok / react-resize-detector

A Cross-Browser, Event-based, Element Resize Detection for React
http://maslianok.github.io/react-resize-detector/
MIT License
1.25k stars 91 forks source link

Error in resize-observer-browser/index.d.ts #188

Closed hamzadigi closed 2 years ago

hamzadigi commented 2 years ago

I am using typescript 4.4.4. When compiling with tsc I'm getting node_modules/@types/resize-observer-browser/index.d.ts(44,27): error TS2304: Cannot find name 'DOMRectReadOnly'.

I think it's also related to package resize-observer-polyfill which the last commit is 3 years ago. Some people forked a new version in this issu https://github.com/que-etc/resize-observer-polyfill/issues/83

maslianok commented 2 years ago

'resize-observer-polyfill' removed from the library.

Published in v7.0.0.

Thank you for the feedback 👍