🐞 Describe the Bug
Fairly easy to reproduce.
Render multiple things with renderComponent at once (nested, etc).
I had previously shipped the removal of rendering a whole app per "island" in favor of renderComponent here:
But had to revert to renderComponent not actually being robust enough for this use case.
I suspect this may block usage in the more intended use case, which is ag-grid, tanstack table, etc.
🔬 Minimal Reproduction
https://github.com/vlascik/repro-renderComponent
😕 Actual Behavior
VM Crash
🤔 Expected Behavior
No VM Crash
🌍 Environment
➕ Additional Context
Add any other context about the problem here.