Improving TypeScript Error Handling for Effects
Is it possible to get better errors when you are not properly handling effects? A lot of times Typescript is just a red wiggle under my code and I have to figure the real error myself.
This happened because I think I started to handle errors earlier than where I was previously handling them, which is the pipeline where I'm now getting this error
This happened because I think I started to handle errors earlier than where I was previously handling them, which is the pipeline where I'm now getting this error
