Closed Extarys closed 1 month ago
Could you share a reproduction repo?
I'll test further, it seems that in my test repo it works. I'll report back here. You can close for now if you wish, and reopen later if needed.
You could try removing node_modules
and any lock-files like bun.lockb
before explicitly installing bun install elysia@1.1.19
. Sometimes you can install an older version that still satisfies the package.json
versions, and that's preserved in the lockfile.
I had this issue since I first tried eden-query.
When trying to use
edenPlugin
, ts shows an error and all types are lost client-side for eden.Error
Type
Versions
I confirmed that everything is using latest released version.