We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5bbb8d commit 233bacfCopy full SHA for 233bacf
docs/usage.md
@@ -44,9 +44,9 @@ class App extends Component {
44
// Called when scrolling starts
45
onScrollStart={this.handleScrollStart}
46
// Called when scrolling stops
47
- onScrollStop={this.handlenScrollStop}>
+ onScrollStop={this.handlenScrollStop}
48
// Called when ever the component is updated. Runs inside the animation frame
49
- onUpdate={this.handleUpdate}
+ onUpdate={this.handleUpdate}>
50
<p>Some great content...</p>
51
</Scrollbars>
52
);
0 commit comments