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
The text was updated successfully, but these errors were encountered:
MajidRB
changed the title
Chakra v3 | EP 103 | PlatformList.tsx=> as={iconMap[platform.slug]
Chakra v3 | EP 103 | PlatformIconList.tsx=> as={iconMap[platform.slug]
Nov 18, 2024
React.Children.only expected to receive a single React element child.
The above error occurred in the <Styled(svg)> component:
in this peace of code:
i encountered those errors. so i tried so many different ways to debugging.
even AI couldn't help me at first!!
two days i spent time on this! at last i was certain the problem was in this part:
as={iconMap[platform.slug]}
with help of AI (GPT)
i could figure this out:
The text was updated successfully, but these errors were encountered: