`ForwardRef (listBoxComponent)`, attendait un reactNode. sur ListBoxComponent

change:

ListboxComponent.propTypes = {
  children: PropTypes.node,
}

to:

ListboxComponent.propTypes = {
  children: PropTypes.array,
}
Crowded Crocodile