Multiple react-roots in the app

Hello there!

I’m testing out the new v2 components, I successfully created my first custom component using React like the template example, I see that every instantiation generates a new react-root element… wondering what’s the reason behind component-scoped root instead of a single root for the app.

Thanks for the help!