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
Saranya Velmurugan -
Abhay Singh Kathayat -
Haripriya Veluchamy -
Paulo Victor Leite Lima Gomes -
Top comments (0)