Parcourir la source

fix: useEffect run twice

Carson il y a 11 mois
Parent
commit
418a1e4fea
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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 !!