Types are showing as 'any' on client after upgrading from v1.3.26

I had typescript working perfectly fine in V 1.3.6 where it was able to correctly infer everything. I am using a vite react project on the frontend. I have reduced it to the simplest example
export const authClient = createAuthClient({});
export type Session = typeof authClient.$Infer.Session;
export const authClient = createAuthClient({});
export type Session = typeof authClient.$Infer.Session;
In the screenshots I've attached, it shows the type being inferred in the 1.3.26 version but not in anything after 1.3.26
No description
No description
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?