How to create or clone a component and add props to it
I have this snippet in react:
I've searched around this discord a lot and can't seem to find anything that directly answers the question.
How can I duplicate the above, i.e clone a component and inject props into it?
I've tried to use
Thanks
I've searched around this discord a lot and can't seem to find anything that directly answers the question.
How can I duplicate the above, i.e clone a component and inject props into it?
I've tried to use
Dynamic but it just gives me an empty response back.Thanks
