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
React has this Fragments to group a list of children without adding extra nodes to the DOM.
It would be really helpful to have Fragment helper method in both @cyclejs/react-dom & @cyclejs/react-native to wrap an array of child components in it.
Without it if we wrap an array of child components in div or View we get into "Each child in an array or iterator should have a unique key prop" issue.
The text was updated successfully, but these errors were encountered:
React has this Fragments to group a list of children without adding extra nodes to the DOM.
It would be really helpful to have Fragment helper method in both @cyclejs/react-dom & @cyclejs/react-native to wrap an array of child components in it.
Without it if we wrap an array of child components in div or View we get into "Each child in an array or iterator should have a unique key prop" issue.
The text was updated successfully, but these errors were encountered: