Issue with Effectful Messages in Effect-TS Schema
Documentation says that
I am trying to use it like this
But got compilation error
I dive into type definition and seems like deps are not supported there
Is it a bug or am i doing something wrong?
Messages are not only of type string but can return an Effect so that they can have dependencies (for example, from an internationalization service).
I am trying to use it like this
But got compilation error
I dive into type definition and seems like deps are not supported there
Is it a bug or am i doing something wrong?
