Quantcast
Channel: Active questions tagged react-native+typescript - Stack Overflow
Viewing all articles
Browse latest Browse all 6365

typescript: Property 'label' does not exist on type 'never'

$
0
0

How can fix this error :

Property 'label' does not exist on type 'never'

<Picker        dropdownIconColor='black'        mode="dropdown">        {stateList.map(option => <Picker.Item label={option.label} key={option.key} value={option.value} />)}</Picker>

Viewing all articles
Browse latest Browse all 6365

Trending Articles