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 !!