You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your array must match the shape the component needs. You should map() your array into the proper shape before passing it. Take a look at the link provided above.
From.Select needs to have a specific array like that :
and using it like that :
if i want to use other array with custom keys and values like that for example :
i am getting an error about using wrong props
my question is how can i use my own array with this Select Component thanks !
The text was updated successfully, but these errors were encountered: