Skip to content

Commit

Permalink
fix(ui): remove StrictMode due to material-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
WordlessEcho committed Jun 15, 2021
1 parent 098fbff commit 4efb3eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.tsx
Expand Up @@ -4,9 +4,9 @@ import { CssBaseline } from '@material-ui/core';
import App from './App';

ReactDOM.render(
<React.StrictMode>
<div>
<CssBaseline />
<App />
</React.StrictMode>,
</div>,
document.getElementById('root'),
);

0 comments on commit 4efb3eb

Please sign in to comment.