react-tweet
react-tweet copied to clipboard
Text getting appended in the DOM more than once
When iterating on a twitter api v1.1 search result, I am doing a map on the array to render <Tweet />
.
I use uuid/v4
to generate unique key, after trying multiple over solution.
No matter what I do, I get the text appended multiple times in the dom randomly.
I have checked the data, everything fines, there's a bug in here.