Using async effects in TypeScript
[SOLVED]
Hello
Give me a little hand here.
It's supposed to be easy, but I've tried many combos and nothing.
I need
and finally return an object with the
The service is typed as:
With this I intend to learn how to call one effect from another in an async environment. Thanks!
[SOLVED]
Hello
Give me a little hand here.
It's supposed to be easy, but I've tried many combos and nothing.
I need
findOneValidate to call findOne, consume its effect, and then use the user: User | undefined it returns,and finally return an object with the
user fields spread, and a validatePassword method.The service is typed as:
With this I intend to learn how to call one effect from another in an async environment. Thanks!

[SOLVED]
