Luis Pallares
Luis Pallares
Facing the same problem, made sure to `git checkout tags/v4.45.0` not in master.
Like
Dears, 3 days ago the extension types were appearing, I was able to create a geometry field:  But today...
closes #365
This happens when the items `pickerItems` are loaded after the component renders them. I had to apply a conditional render to avoid that. ``` {pickerItems.length > 0 && ( handleSelectedItemsChange(changes)}...