Open iHaiduk opened 7 years ago
Should be fixed in 4.2.1. Let me know if not :)
@malte-wessel I'm having a similar issue, in my case this.view
is null
in the getThumbHorizontalWidth
method.
Adding if (!this.view) return 0;
, similar to your fix in 4.2.1 results with no error happening anymore, but the thumbs became invisible :(
Downgrading to 4.1.1 resolves this issue completely.
Let me know if I can provide more info!
When I have vertical scroll and don't have horizontal scroll then I have error of read property. file: webpack:///./node_modules/react-custom-scrollbars/lib/Scrollbars/index.js
Inspector: 172 line 602 line
Example code: