vobyjs/voby

Support reparenting KeepAlive instances

Opened this issue · 0 comments

In order for KeepAlive to work perfectly with the context it has to get reparented when rendered somewhere else, and the context has to be updated, which is not really possible given how the context works today.

This should also fix how errors bubble up.