Results 1 comments of kyle

I tried to solve this problem in NextJS , which was a different. used **process.browser** to judge isBrowser. ```javascript useEffect(() => { if (process.browser) { setIsBrowser(true); } }, []); ```...