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.
2 parents db77930 + 9a36a78 commit 1b805fbCopy full SHA for 1b805fb
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