Is anyone having an odd issue with projects with T...
# typescript
l
Is anyone having an odd issue with projects with TypeScript errors? For me, instead of displaying the Typescript error, it just says
Copy code
TypeError: Cannot convert object to primitive value
I can reproduce this by having a Pulumi index.ts with just
const x;
This is enough to get it happening for me. I don't know if it's environmental at my end (I'm hacking ESM+workspaces right now), or if it's a general thing.