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 db77930 commit 9a36a78Copy full SHA for 9a36a78
src/TriggeringView.js
@@ -74,7 +74,7 @@ class TriggeringView extends Component<Props, State> {
74
return;
75
}
76
this.context.scrollY.removeListener(this.listenerId);
77
- nextContext.scrollY.addListener(this.onScroll);
+ this.listenerId = nextContext.scrollY.addListener(this.onScroll);
78
79
80
onRef = (ref: any) => {
0 commit comments