sachinraja / trpc-playground

playground for running tRPC queries in the browser
MIT License
281 stars 19 forks source link

significantly worsened type completion #41

Closed sachinraja closed 1 year ago

sachinraja commented 1 year ago

this started happening after d226d7b5829b79cce8bee3f70d6635f2f76fd796

In development everything works great and like it's supposed to. In a full production build, it does not. Completion does not work at all (try pressing Ctrl+Space after typing trpc.). I suspect the issue is in packages/typescript-extension but I have no idea what the actual problem is. Possibly in the cache?

cc @MatsDK

sachinraja commented 1 year ago

nevermind, found the fix already 😆

sachinraja commented 1 year ago

fixed in v1.0.4