src/app/hooks/useOptimizelyScrollDepth/index.jsx
Function useOptimizelyScrollDepth
has 53 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const useOptimizelyScrollDepth = () => {
const { isAmp } = useContext(RequestContext);
const { optimizely } = useContext(OptimizelyContext);
const [scrollDepth, setScrollDepth] = useState(0);
const [scrollTwentyFive, setScrollTwentyFive] = useState(false);