RaphaelEscrig

Results 1 comments of RaphaelEscrig

Hi, I had the same problem with next (13.2.1) and I found a workaround: ```ts const MySelect = ({ placeholder, options, }: ProjectEditionSelectProps) => { const id = Date.now().toString(); const...