Is there a way to include multiple components when using React to switch scenes? In the tutorial video they only have one component attached to the scene where I would need multiple components attached. What is the syntax to include multiple components?
<AFrameScene
sceneHtml={require(‘./spoon.html’)}
components={TreeSceneComponents} /// HERE I WOULD LIKE TO INCLUDE TWO OR MORE??
/>
</React.Fragment>
))