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
SelectOptionItem is a {label: ReactElement, value: string} object. It could be useful to have the type of the value prop be restricted to some more specific type so that we can leverage typescript for types check
The text was updated successfully, but these errors were encountered:
Description
SelectOptionItem is a
{label: ReactElement, value: string}
object. It could be useful to have the type of thevalue
prop be restricted to some more specific type so that we can leverage typescript for types checkThe text was updated successfully, but these errors were encountered: