728x90
์ฐธ๊ณ : https://dev.to/jahid6597/why-useeffect-is-running-twice-in-react-18c6
React18 ๋ฒ์ ์ดํ StrictMode์ผ๋ useEffect ๊ฐ ๋๋ฒ์ฉ ํธ์ถ๋๋ค๊ณ ํ๋ค.
ํ ๋ฒ๋ง ํธ์ถํ๊ณ ์ถ๋ค๋ฉด, next.config.js ์์ strictMode๋ฅผ ๋ ์ ์๋ค.
// next.config.js
const nextConfig = {
reactStrictMode: false,
}
๋ฐ์ํ