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
This declaration doesn't work if the value prop is of type number or some other type. It should probably be equivalent to typeof T.value I'm aware that expression can't appear here and that the fact that valueField is also a parameter prevents the use of T['value']
The text was updated successfully, but these errors were encountered:
react-native-element-dropdown/src/components/Dropdown/model.ts
Line 38 in 7542ab2
This declaration doesn't work if the
value
prop is of typenumber
or some other type. It should probably be equivalent totypeof T.value
I'm aware that expression can't appear here and that the fact thatvalueField
is also a parameter prevents the use ofT['value']
The text was updated successfully, but these errors were encountered: