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
Hey guys, i have a problem.
I have this : <ScrollArea speed={0.5} className="scroll-container" contentClassName="container" smoothScrolling={true} horizontal={false} onScroll={(value) => this.handleScrollWheel(value)} >
Hey guys, i have a problem.
I have this :
<ScrollArea speed={0.5} className="scroll-container" contentClassName="container" smoothScrolling={true} horizontal={false} onScroll={(value) => this.handleScrollWheel(value)} >
And I want to do something like :
handleScrollWheel = (value) => { this.context.scrollArea.scrollTop(); }
but for now, the context is undefined, do you have any solutions ?
The text was updated successfully, but these errors were encountered: