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
Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.
Mike Young -
Mike Young -
Mike Young -
Mike Young -
Top comments (0)