react-native-modal-picker icon indicating copy to clipboard operation
react-native-modal-picker copied to clipboard

When id in dataSource object is a number Warning appears

Open franxifra opened this issue 4 years ago • 1 comments

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 type number supplied to CellRenderer, expected string.

if you change the id to a string (id: "1") the warning disappears.

franxifra avatar Apr 19 '20 17:04 franxifra

@franxifra Thanks for reporting this issue. We will resolve ASAP.

vishaldhanotiya avatar May 13 '24 07:05 vishaldhanotiya