react-native-modal-picker
react-native-modal-picker copied to clipboard
When id in dataSource object is a number Warning appears
Describe the bug When id prop in dataSource object is a number the console shows the following number
- Warning: Failed child context type: Invalid child context
virtualizedCell.cellKey
of typenumber
supplied toCellRenderer
, expectedstring
.
if you change the id to a string (id: "1") the warning disappears.
@franxifra Thanks for reporting this issue. We will resolve ASAP.