async-props
async-props copied to clipboard
How to avoid overriding `createElement`?
It looks to me as if createElement is overridden. What if I wanted to pass down some extra props to all components on the client side?
Is there a way of having more than one createElement? Or can using it be avoided?