diff --git a/next.config.js b/next.config.js index 47d81a20..592ef6e3 100644 --- a/next.config.js +++ b/next.config.js @@ -9,5 +9,6 @@ module.exports = { }, experimental: { plugins: true - } + }, + reactStrictMode: true };