Bruno Medeiros
Results
2
comments of
Bruno Medeiros
 I did that, the error changed
`const valueRenderer = (selected: Option[], options: Option[]) => { return ( {selected.map((option) => ( {option.label} ))} ); };`