Browse Source

fix: useEffect run twice

Carson 11 tháng trước cách đây
mục cha
commit
418a1e4fea
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 !!