chore(hooks): remove logs
This commit is contained in:
@@ -17,7 +17,6 @@ function useOnViewportChange({ onStart, onChange, onEnd }: UseOnViewportChangeOp
|
|||||||
}, [onStart]);
|
}, [onStart]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
console.log('change onchange');
|
|
||||||
store.setState({ onViewportChange: onChange });
|
store.setState({ onViewportChange: onChange });
|
||||||
}, [onChange]);
|
}, [onChange]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user