Hi, im getting a next "window is not defined" error when using the `const [hash, setHash] = useHash();` hook. is there a way to prevent that error? possibly an internal useEffect? next.js 15.5.4 App router "use client" component;
Hi, im getting a next "window is not defined" error when using the
const [hash, setHash] = useHash();hook.is there a way to prevent that error? possibly an internal useEffect?
next.js 15.5.4 App router "use client" component;