diff --git a/packages/ra-ui-materialui/src/input/ReferenceInput.tsx b/packages/ra-ui-materialui/src/input/ReferenceInput.tsx index 23bf56fc170..7b8546facc4 100644 --- a/packages/ra-ui-materialui/src/input/ReferenceInput.tsx +++ b/packages/ra-ui-materialui/src/input/ReferenceInput.tsx @@ -273,7 +273,7 @@ export const ReferenceInputView: FunctionComponent = ({ // But in a Filter component, the child helperText have to be forced to false warningLog( helperText !== undefined && helperText !== false, - " doesn't accept an helperText value, it should be set on the child component" + " doesn't accept a helperText prop. Set the helperText prop on the child component instead" ); const disabledHelperText = helperText === false ? { helperText } : {};