Understanding `Effect.Service` with `scoped` and `accessor` Options

Why does Effect.Service if the effect is provided withscoped, accessor is not defined, needs the effect to return an {} like when accessor is
true
?

Probably I'm wrong, but I expect to work like sync or succeed
Was this page helpful?