Managing Dependencies in Effect.Service Layers

Should I be providing all possible dependencies to Effect.Service layers in their deps array or should I ensure each layer is only provided once in the whole dependency graph?
Was this page helpful?