tts-react
tts-react copied to clipboard
Remove use of Children.map in favor of an alternative approach
https://react.dev/reference/react/Children#alternatives
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.