Eklayzia
CCConvex Community
•Created by Eklayzia on 1/10/2025 in #support-community
No query type safety
tsconfig
, in both files.16 replies
CCConvex Community
•Created by Eklayzia on 1/10/2025 in #support-community
No query type safety
Oh, actually, the paths thing was breaking it. Huh, it seems like the
tsconfig
from the overall project cannot reconcile with the paths configured in the convex tsconfig
. I switched the imports in the convex schema back from relative to @
, and it broke 🥲. Thanks Lee!16 replies
CCConvex Community
•Created by Eklayzia on 1/10/2025 in #support-community
No query type safety
Thanks for everyone's help; hopefully, it doesn't break again.
16 replies
CCConvex Community
•Created by Eklayzia on 1/10/2025 in #support-community
No query type safety
Well, I'm not sure what I did to be honest besides deleting that file and adding it back in...
16 replies
CCConvex Community
•Created by Eklayzia on 1/10/2025 in #support-community
No query type safety
I added it for easier imports. I put the config file back (including the
paths
I added), and the typings are working now. I'm quite confused. This isn't the first time I've restarted my IDE, either.16 replies
CCConvex Community
•Created by Eklayzia on 1/10/2025 in #support-community
No query type safety
I'm noticing that in my previous project that I made a few months ago, there is no
tsconfig
file in the convex/
directory. The current one has one, though it's generated.
I deleted it, and the type safety is working now. This doesn't seem right: "You can modify it, but some settings required to use Convex."16 replies
CCConvex Community
•Created by Eklayzia on 1/10/2025 in #support-community
No query type safety
16 replies
CCConvex Community
•Created by Eklayzia on 1/10/2025 in #support-community
No query type safety
any.
schema/entities
Has type:
But in a component:
Has type any
for entity
.16 replies
CCConvex Community
•Created by Eklayzia on 1/10/2025 in #support-community
No query type safety
Though this should actually be
Doc… | undefined
right?16 replies
CCConvex Community
•Created by Eklayzia on 1/10/2025 in #support-community
No query type safety
It would, though my understanding was that this should be automatic 🤔
16 replies
CCConvex Community
•Created by Eklayzia on 1/10/2025 in #support-community
No query type safety
16 replies