[BUG] - Producing Each child in a list should have a unique “key” prop
console warning
#2954
Labels
bug
Something isn't working
1. Describe the bug
I am using
AnimatePresence
andmotion.div
to create a dialog component. But it's producingEach child in a list should have a unique “key” prop
console warning after opening the drawer component. If I remove theAnimatePresence
andmotion.div
, the error is no longer produced.2. Sceenshot
3. Environment details
FAQs
Part of code that producing the error:
The text was updated successfully, but these errors were encountered: