You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: Cannot read properties of null (reading 'clientWidth')
at getInnerWidth (webpack://growbots-web-interface/./node_modules/react-custom-scrollbars-2/lib/utils/getInnerWidth.js?:8:26)
at Scrollbars._update (webpack://growbots-web-interface/./node_modules/react-custom-scrollbars-2/lib/Scrollbars/index.js?:626:75)
at eval (webpack://growbots-web-interface/./node_modules/react-custom-scrollbars-2/lib/Scrollbars/index.js?:610:31)
at eval (webpack://growbots-web-interface/./node_modules/react-custom-scrollbars-2/lib/Scrollbars/index.js?:601:17)
What is my use case:
I'm running some tests on Cypress and whenever there is a component with Scrollbars the above exceptions appear and hence of this the test fails.
I will be grateful for any way of working around this issue.
Hi,
First of all thanks for bringing this library back to life :)
Unfortunately, I'm experiencing something looking like the issue reported to the first version of the library malte-wessel/react-custom-scrollbars#261
What is my use case:
I'm running some tests on Cypress and whenever there is a component with
Scrollbars
the above exceptions appear and hence of this the test fails.I will be grateful for any way of working around this issue.
So far I tried
but it does not solve the issue for me.
Regards,
Jarek
The text was updated successfully, but these errors were encountered: