There was an error while loading. Please reload this page.
2 parents 1829419 + aeb6fbd commit 82b7f15Copy full SHA for 82b7f15
index.js
@@ -133,8 +133,8 @@ export const Watch = (Component) => class WatchedComponent extends React.Compone
133
isFullyInViewport={this.state.isFullyInViewport}
134
lockWatcher={this.lockWatcher}
135
unlockWatcher={this.unlockWatcher}
136
-startWatcher={this.initWatcher}
137
-stopWatcher={this.destroyWatcher}
+startWatcher={this.startWatcher}
+stopWatcher={this.stopWatcher}
138
>
139
{this.props.children}
140
</Component>);
0 commit comments