When sending in an object in the inlineIndicator prop for component TimepickerContainer I get an error. The compiled code works as expected though but the error persists.
Warning: Failed prop type: Invalid prop inlineIndicator of type object supplied to TimePickerContainer, expected boolean.
in TimePickerContainer (created by XXXX)
<TimePicker
id="id"
label="Time"
value={date}
onChange={onTimeChange}
icon={null}
inlineIndicator={indicatorElems}
error={hasWarning}
/>
Where indicatorElems is a <div>{Components}</div>
Looks like this was a copy/paste fail. I'll update both this and the date picker since it has the same problem.
Most helpful comment
Looks like this was a copy/paste fail. I'll update both this and the date picker since it has the same problem.