فهرست منبع

fix: useEffect run twice

Carson 11 ماه پیش
والد
کامیت
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 !!