I'm getting RuntimeError: NG0602: effect() cannot be called from within a reactive context. I was not able to find any explanation why effects should not be nested. Can you point me to the discussion?
Coming from solid.js, nesting effects is possible. Common use case is: outer effect creates and disposes of a heavy resource, inner effect updates that resource.