ComponentTreeScope
class ComponentTreeScope(lithoTree: LithoTree, val coroutineContext: CoroutineContext) : CoroutineScope
A CoroutineScope that is scoped to whether the ComponentTree is released.
If the tree is already released, this scope will immediately be canceled.