haxe-react
haxe-react copied to clipboard
Report error when children are passed twice
This should not compile, or at least not without a warning:
<MyComponent children="Children passed as prop">Children passed as subtree</MyComponent>
(currently, subtree takes priority)