소스 검색

fix: useEffect run twice

Carson 7 달 전
부모
커밋
418a1e4fea
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      next.config.mjs

+ 1 - 0
next.config.mjs

@@ -1,5 +1,6 @@
 /** @type {import('next').NextConfig} */
 /** @type {import('next').NextConfig} */
 const nextConfig = {
 const nextConfig = {
+  reactStrictMode: false,
   transpilePackages: ['jotai-devtools'],
   transpilePackages: ['jotai-devtools'],
   typescript: {
   typescript: {
     // !! WARN !!
     // !! WARN !!