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

Remove console log #92

Closed emjaksa closed 4 years ago

emjaksa commented 4 years ago

Latest version has a console.log in ResizeDetector.js

console.log('!!!!!!'); // the worse case when we don't receive any information from the parent and the library doesn't add any wrappers
maslianok commented 4 years ago

Already removed in the most recent update a few hours ago. Thanks!