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

Debug `console.log` present in npm #74

Closed robcmills closed 5 years ago

robcmills commented 5 years ago

I don't see this log statement in the repo currently. Is it possible that the bundle published to npm is out-of-date?

robcmills commented 5 years ago
Screen Shot 2019-06-04 at 1 59 39 PM Screen Shot 2019-06-04 at 1 45 01 PM
maslianok commented 5 years ago

Hi @robcmills

Please upgrade to the latest version 4.1.4.

The bug you describing was fixed in this commit https://github.com/maslianok/react-resize-detector/commit/c77c74a0d3405d8a863dd95b7acafdeb63844588 2 months ago and deployed in version 4.1.2

robcmills commented 5 years ago

@maslianok

Yes that resolved it! 👏

Thanks for replying.