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
Trevor Lee -
DPC -
Mike Young -
Satyam Anand -
Top comments (0)