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
Francesco Ciulla -
Ali -
Abhishek Jaiswal -
Obinna -
Top comments (0)