The hook useScrollPosition.js: import { useRef, useLayoutEffect } from 'react' const isBrowser = typeof window !== `undefined` function getScrollPosition({ element, useWindow }) {