useEffect / hook for windows in Next.js (window is not defined)

Viewed 17

This is my hook: https://pastebin.com/wHbNwdKx

When i want use in page this hook, i get:

ReferenceError: window is not defined

How I can use this hook on pages in next-js?

0 Answers
Related