Luis Pallares

Results 5 comments of Luis Pallares

Facing the same problem, made sure to `git checkout tags/v4.45.0` not in master.

Dears, 3 days ago the extension types were appearing, I was able to create a geometry field: ![Captura de Pantalla 2022-05-25 a la(s) 12 17 54 p  m](https://user-images.githubusercontent.com/108517/170324457-ef9efaed-df5f-4627-bb4c-eb6c307af93d.png) But today...

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)}...