dev: temporary workaround https://github.com/mui/material-ui/issues/33165

Massimo Melina committed Jun 19, 2022 at 17:49 UTC bed19a7f86e3b4a2861991959495afc7b88beed9
1 file changed +1 -1
mui-grid-form/src/StringStringField.ts
+1 -1
@@ -1,7 +1,7 @@
1 // This file is part of HFS - Copyright 2021-2022, Massimo Melina <a@rejetto.com> - License https://www.gnu.org/licenses/gpl-3.0.txt
2
3 import { makeStyles } from '@mui/styles'
4 -import { createElement as h, useRef } from 'react'
4 +import { createElement as h, ReactElement, useRef } from 'react'
5 import { Grid, IconButton } from '@mui/material'
6 import { Add, Delete } from '@mui/icons-material'
7 import { FieldProps, StringField } from './Form'