You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My Code is down bellow. its working but i got two warnings :
Warning: Failed propType: Invalid prop content supplied to Accordion, expected a single ReactElement. Check the render method of StaticRenderer.
Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of Accordion. It was passed a child from StaticRenderer. See https://fb.me/react-warning-keys for more information.
Any idea how to fix it? or any better way to have multiple contents for each header?
Hello,
My Code is down bellow. its working but i got two warnings :
Warning: Failed propType: Invalid prop
content
supplied toAccordion
, expected a single ReactElement. Check the render method ofStaticRenderer
.Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of
Accordion
. It was passed a child from StaticRenderer. See https://fb.me/react-warning-keys for more information.Any idea how to fix it? or any better way to have multiple contents for each header?
Thanks in Advance!
The text was updated successfully, but these errors were encountered: