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 debug statements #125

Closed shauntrennery closed 3 years ago

shauntrennery commented 3 years ago

https://github.com/maslianok/react-resize-detector/blob/fbeff5dc49a0e0baa670217f4635e540b96cb6e0/src/utils.ts#L38

Robloche commented 3 years ago

Plus same file, line 40: https://github.com/maslianok/react-resize-detector/blob/fbeff5dc49a0e0baa670217f4635e540b96cb6e0/src/utils.ts#L40

maslianok commented 3 years ago

Ah, sh*t :(

Merged, I’ll push a new version to npm in 2 hours.

thanks for the PR :)

maslianok commented 3 years ago

Fixed in v6.2.1

Sorry for that folks