studiobakers / react-ui-toolkit

Bakers Studio's React-based UI Toolkit
MIT License
15 stars 2 forks source link

Select: Weird bug with `options` state #208

Open edizcelik opened 1 year ago

edizcelik commented 1 year ago

On Tinyman, we have this situation:

We solved this by waiting the async process to complete until we render the Select component. After that it works as expected, ie. SelectContext's options state has all 7 options as expected.