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 3ef347e commit b914e0eCopy full SHA for b914e0e
packages/ra-ui-materialui/src/field/ArrayField.tsx
@@ -92,7 +92,7 @@ const ArrayFieldImpl = <
92
</ListContextProvider>
93
);
94
};
95
-ArrayFieldImpl.propTypes = fieldPropTypes;
+ArrayFieldImpl.propTypes = { ...fieldPropTypes };
96
ArrayFieldImpl.displayName = 'ArrayFieldImpl';
97
98
export const ArrayField = genericMemo(ArrayFieldImpl);
0 commit comments