瀏覽代碼

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} */
 const nextConfig = {
+  reactStrictMode: false,
   transpilePackages: ['jotai-devtools'],
   typescript: {
     // !! WARN !!