We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77c9550 commit 5780b7eCopy full SHA for 5780b7e
packages/ra-ui-materialui/src/input/ArrayInput/ArrayInput.tsx
@@ -17,7 +17,7 @@ import {
17
type ComponentsOverrides,
18
useThemeProps,
19
} from '@mui/material';
20
-import get from 'lodash/get';
+import get from 'lodash/get.js';
21
22
import { LinearProgress } from '../../layout/LinearProgress';
23
import { InputHelperText } from '../InputHelperText';
0 commit comments