vinyll opened this issue 5 years ago · 0 comments
In React one can do <ChildElement {...props} /> to pass all parent attributes to the child.
<ChildElement {...props} />
How to do this with Lego?