Error TS4023 typically occurs when TypeScript is unable to properly name a type from an external ...
When building effect libraries, do I need to have Effect types be inlined?
I ask because for some reason, I'm trying to build a library on top of another effect library I've built and my dts fails when I try to, but only when I use that library. It has to do with how types are being used in effect.
Here's a sample error:
Please let me know if you need any other information
! Thanks ahead of time!
I ask because for some reason, I'm trying to build a library on top of another effect library I've built and my dts fails when I try to, but only when I use that library. It has to do with how types are being used in effect.
Here's a sample error:
Please let me know if you need any other information
