How to modify props of children?
In react i was using CloneElement, how to achieve this in solidjs?
i want to add onclick method to this
{props.children[0]}i want to add onclick method to this
{props.children[0]}