change: ListboxComponent.propTypes = { children: PropTypes.node, } to: ListboxComponent.propTypes = { children: PropTypes.array, }