Type Issue with gameId in Convex Query
I'm looking at the example code in the Fast5 repo:
In the Fast5 repo, gameId has the proper type:
However, when I use the exact same code in my repo, the type of gameId is inferred as:
I’m wondering why this is happening. Could this be related to TypeScript configuration, Convex version differences, or something else?
Any help would be appreciated! Thanks!
