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
morganney
changed the title
Remove use of Children.map in favor of alternative approaches outlined in the React documentation
Remove use of Children.map in favor of an alternative approach
Dec 3, 2023
Should consider a render prop or children as function pattern. This would leave the hook only responsible for working with strings and not a react tree.
https://react.dev/reference/react/Children#alternatives
The text was updated successfully, but these errors were encountered: