Invalid prop children
of type array
supplied to Popover
#2472
Labels
component: Popover
The React component.
children
of type array
supplied to Popover
#2472
when passing in an array of jsx components into Popover, I get a warning saying its an invalid prop type.
<Popover> {arrayOfJSXComponents} </Popover>
Warning: Failed propType: Invalid prop
childrenof type
arraysupplied to
Popover, expected
object. Check the render method of
Toolbar``Still seems to work just fine though, I'm assuming proptypes for Popover only allows object and not object or array?
Is this intentional and I'm misusing the component?
Thanks,
The text was updated successfully, but these errors were encountered: