disposing of a `createRoot` nested inside a `createEffect`?
I am creating a nested effect, like:
Will the root be automatically disposed when the scope of the first
Will the root be automatically disposed when the scope of the first
createEffect gets disposed? How can I inspect that?