Runtime Error with `Effect.Service` Accessors in TypeScript Example
I tried to implement
I narrowed it down to this repro using
A quick search showed that I actually don't use accessors this way but I was not able to reproduce the problem differently. I hope it helps anyway
My custom solution:
Effect.Service accessors in place of a custom solution and it produces runtime errors.I narrowed it down to this repro using
flow.effect\src\Function.ts:1321
return bc!(ab.apply(this, arguments))
^
TypeError: ab.apply is not a function
A quick search showed that I actually don't use accessors this way but I was not able to reproduce the problem differently. I hope it helps anyway
My custom solution:
