Is there a function in helix.children that would allow me to render children with an additional property?
passing children wrapped in a function works
sort of?
it sounds like you want cloneElement
yeah, i went with children as a function for now
I was curious about helix.children/map
helix.children/map
won’t give you access to the children’s props necessarily
children as a function is probably the best thing to do
Thanks