-
Notifications
You must be signed in to change notification settings - Fork 26
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
Virtualize key error #51
Comments
I have the similar error when wrap the tag within The error is: The error above starts to appear when typing in tag box. Also the tags view won't reload and update after deleting a tag and this may have something to do with the error above. It happens in android simulator with RN 0.62.2/win10 |
Hi @emclab , I already solved this one. When I check the implementation of this component, since he just use the auto complete plugin, you can call
Hope it helps you. Happy coding! |
|
I'm having this warning
VirtualizedList: missing keys for items, make sure to specify a key or id property on each item or provide a custom keyExtractor.
how to solve this one?The text was updated successfully, but these errors were encountered: