From 643cd5d4bd20e261106fe21bf51ac26395a32d60 Mon Sep 17 00:00:00 2001 From: Ricardo Casares Date: Tue, 9 Feb 2021 01:00:34 +0100 Subject: [PATCH] feat: strict mode --- next.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 };