haxe-react icon indicating copy to clipboard operation
haxe-react copied to clipboard

Report error when children are passed twice

Open kLabz opened this issue 4 years ago • 0 comments

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)

kLabz avatar Mar 11 '21 08:03 kLabz