import { useEffect } from 'react' useEffect(() => { // You now have access to `window` }, []) // NextJs code.....