fix bug field text mui
This commit is contained in:
@@ -11,7 +11,7 @@ import theme from '../theme/theme';
|
||||
export default function ThemeRegistry({
|
||||
children
|
||||
}) {
|
||||
const options = {key: 'mui'}
|
||||
const options = { key: 'mui' }
|
||||
const [{ cache, flush }] = React.useState(() => {
|
||||
const cache = createCache(options);
|
||||
cache.compat = true;
|
||||
|
||||
Reference in New Issue
Block a user