Tried to use this with next.js, which has SSR out-of-the-box. I am getting the `window is not defined` error. Consider running code that uses window from useEffect hooks, so they only run on the client.
Tried to use this with next.js, which has SSR out-of-the-box.
I am getting the
window is not definederror. Consider running code that uses window from useEffect hooks, so they only run on the client.