From 736fbff41ac00a31fb159e5ef775b77353e579cd Mon Sep 17 00:00:00 2001 From: Himself65 Date: Sun, 19 Feb 2023 01:41:00 -0600 Subject: [PATCH] chore: enable react strict mode (#1125) --- apps/web/next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/next.config.js b/apps/web/next.config.js index 7527df93a2..fccf586828 100644 --- a/apps/web/next.config.js +++ b/apps/web/next.config.js @@ -37,7 +37,7 @@ const getRedirectConfig = profile => { /** @type {import('next').NextConfig} */ const nextConfig = { productionBrowserSourceMaps: true, - reactStrictMode: false, + reactStrictMode: true, swcMinify: false, publicRuntimeConfig: { NODE_ENV: process.env.NODE_ENV,