@@ -1,5 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
+ reactStrictMode: false,
transpilePackages: ['jotai-devtools'],
typescript: {
// !! WARN !!