Skip to content

Instantly share code, notes, and snippets.

@russo97
Created July 13, 2021 21:36
Show Gist options
  • Save russo97/4292650ab3231e1d6452a20623738ed1 to your computer and use it in GitHub Desktop.
Save russo97/4292650ab3231e1d6452a20623738ed1 to your computer and use it in GitHub Desktop.
React Children exemple
{ React.Children.map(child => child.type == Item ? child : null) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment