BosNaufal / react-scrollbar

The Simplest Scroll Area Component with custom scrollbar for React JS. https://bosnaufal.github.io/react-scrollbar
MIT License
71 stars 30 forks source link

Warning: Cb is not function #8

Closed pionl closed 7 years ago

pionl commented 7 years ago

Thank you for the package, just an error while scrolling. Would be safer to use typeof cb == "function" than cb ? cb(). Using Chrome

calculateSize @ react-scrollbar.js:263

BosNaufal commented 7 years ago

Hey @pionl, Thank you for giving me an issue~

But I think It should has no any problem. But I've just made some commit. Please Check it out~

pionl commented 7 years ago

@BosNaufal Hi thanks for the fix, this should work. Will test later. Martin