temporary workaround for a mui's typescript problem

Massimo Melina committed Jun 18, 2022 at 21:58 UTC 941a529d3a47468feccc05d95a1989e430d12ef9
1 file changed +1 -1
mui-grid-form/src/StringStringField.ts
+1 -1
@@ -90,6 +90,6 @@ export function StringStringField({ value, onChange, keyLabel='key', valueLabel=
90 onChange(){},
91 disabled: true,
92 })),
93 - )
93 + ) as ReactElement // temporary workaround https://github.com/mui/material-ui/issues/33165
94 }
95