Skip to content

Commit

Permalink
Merge pull request #204 from Elastic-Suite/fix-1302040-BoostWarningRe…
Browse files Browse the repository at this point in the history
…actdoesNotReconizeSomePropsOnDomElement

fix(#1302040): [Boost] Warning 'React does not reconize some props on…
  • Loading branch information
matthias-goupil authored Jun 28, 2024
2 parents a63e496 + fd5e3d8 commit 88a589d
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,17 @@ function EditableFieldGuesser(props: IFieldGuesserProps): JSX.Element {
}

case DataContentType.RANGEDATE: {
const {
multipleInputConfiguration,
multipleValueFormat,
requestTypeConfigurations,
...doubleDatePickerProps
} = props

return (
<Box>
<DoubleDatePickerError
{...props}
{...doubleDatePickerProps}
placeholder={placeholder}
infoTooltip={infoTooltip}
value={value as IDoubleDatePickerValues}
Expand Down

0 comments on commit 88a589d

Please sign in to comment.