From f517a2cecb79676f8a13cd89bf457a1d5181d9c2 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sat, 5 Jun 2021 14:59:14 -0700 Subject: [PATCH] chore: Add React.StrictMode closes #2177 --- app/index.js | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/app/index.js b/app/index.js index da02a5a7f..fc115f869 100644 --- a/app/index.js +++ b/app/index.js @@ -51,23 +51,25 @@ if ("serviceWorker" in window.navigator) { if (element) { const App = () => ( - - - - - - <> - - - - - - - - - - - + + + + + + + <> + + + + + + + + + + + + ); render(, element);