Open jannomeister opened 4 years ago
I have the similar error when wrap the tag within
`
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 keyExtractor
like this:
<AutoTags
keyExtractor={(item, index) => item + index}
// other props here
/>
Hope it helps you. Happy coding!
jannomeister
, thank for the solution. I added the code above in my AutoTags to get rid of warning about unique keys. But virsualizedList can't never be nested
is still present and this one causes the page fails to reload after deleting. Tried to remove
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?