Don't need to disable SctrictMode, just do it:
You can change:
import { createMuiTheme } from '@material-ui/core';
TO
import { unstable_createMuiStrictModeTheme as createMuiTheme } from '@material-ui/core';
Don't need to disable SctrictMode, just do it:
You can change:
import { createMuiTheme } from '@material-ui/core';
TO
import { unstable_createMuiStrictModeTheme as createMuiTheme } from '@material-ui/core';
For further actions, you may consider blocking this person and/or reporting abuse
Misael Braga de Bitencourt -
01yym -
my_m_b -
01yym -
Top comments (0)