e.g. ``` <Entity> <Image src="https://example.com/img1.jpg" width="100" height="150" position={[0, 0, 0]} /> <Image src="https://example.com/img2.jpg" width="10" height="10" position={[90, 10, 0]} /> <ThreeView> <mesh></mesh> </ThreeView> </Entity> ``` Will require a way to query for multiple facets, e.g. ``` query.loop([ThreeView, [Image]], (e, [view, image]) => { }); ``` Or potentially, Facet could inherit from `React.Component` to allow children? ``` <ImageFacet> <image one> <image two> </ImageFacet> ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by edsilv and has received 3 comments.