Browse Source

fix: useEffect run twice

Carson 2 months ago
parent
commit
418a1e4fea
1 changed files with 1 additions and 0 deletions
  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 !!