-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed child context type: Invalid child context virtualizedCell.cellKey
of type number
supplied to CellRenderer
, expected string
.
#232
Comments
x2 |
Found a solution. Just pass your own keyExtractor function to the return (
<AppIntroSlider
keyExtractor={(item) => item.id.toString()}
renderItem={_renderItem}
data={steps}
onDone={_onDone}
renderNextButton={_renderNextButton}
renderDoneButton={_renderDoneButton}
/>
) |
This results in |
The following worked for me |
work for me. |
I am getting this warning again and again
How to remove this warning
The text was updated successfully, but these errors were encountered: