appixel.dev
appixel.dev
CCConvex Community
Created by appixel.dev on 8/2/2024 in #support-community
Error importing @convex-dev/react-query in expo project
I just checked normal import works now. thanks!
10 replies
CCConvex Community
Created by appixel.dev on 8/2/2024 in #support-community
Error importing @convex-dev/react-query in expo project
importing this way works without changing any of the tsconfig settings and sticking to default tsconfig generated by expo project import { ConvexQueryClient } from '@convex-dev/react-query/dist/esm';
10 replies
CCConvex Community
Created by appixel.dev on 8/2/2024 in #support-community
Error importing @convex-dev/react-query in expo project
@ballingt Yeah i have tried that and did clear up errors in my IDE but metro is throwing errors now could be something in my mono repo setup but still troubleshooting
10 replies
CCConvex Community
Created by kstulgys on 8/1/2024 in #support-community
Convex auth does not work with defineEntSchema
This is working for me but i'm not sure it's ideal way though. const schema = defineEntSchema( { authAccounts: defineEntFromTable(authTables.authAccounts), authRefreshTokens: defineEntFromTable(authTables.authRefreshTokens), authSessions: defineEntFromTable(authTables.authSessions), authVerificationCodes: defineEntFromTable(authTables.authVerificationCodes), authRateLimits: defineEntFromTable(authTables.authRateLimits), authVerifiers: defineEntFromTable(authTables.authVerifiers),
9 replies