From 4efb3eb17ac4285058c52dd31f86117f7377321f Mon Sep 17 00:00:00 2001 From: Wordless Echo Date: Tue, 15 Jun 2021 22:48:58 +0800 Subject: [PATCH] fix(ui): remove StrictMode due to material-ui See: https://github.com/mui-org/material-ui/issues/13394 --- src/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index 119f65d..23795cd 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -4,9 +4,9 @@ import { CssBaseline } from '@material-ui/core'; import App from './App'; ReactDOM.render( - +
- , +
, document.getElementById('root'), );