赛博鸭
赛博鸭
CCConvex Community
Created by Mikael Lirbank on 10/13/2023 in #general
I think I know the answer to this but I
I mean asyncmap
12 replies
CCConvex Community
Created by Mikael Lirbank on 10/13/2023 in #general
I think I know the answer to this but I
He might use this one as well
12 replies
CCConvex Community
Created by Mikael Lirbank on 10/13/2023 in #general
I think I know the answer to this but I
What about helpers from convex?
12 replies
CCConvex Community
Created by NerdkidChiki on 10/7/2023 in #support-community
how do i redirect a user after signing up or signing in to the current page
But not sure bout that
15 replies
CCConvex Community
Created by NerdkidChiki on 10/7/2023 in #support-community
how do i redirect a user after signing up or signing in to the current page
Or config files in convex
15 replies
CCConvex Community
Created by NerdkidChiki on 10/7/2023 in #support-community
how do i redirect a user after signing up or signing in to the current page
You need to configure Middleware I guess
15 replies
CCConvex Community
Created by 赛博鸭 on 9/29/2023 in #support-community
Type instantiation is excessively deep and possibly infinite
Like some eslint errors
18 replies
CCConvex Community
Created by 赛博鸭 on 9/29/2023 in #support-community
Type instantiation is excessively deep and possibly infinite
I was thinking maybe there's some rules that can be disabled for a compiler?
18 replies
CCConvex Community
Created by 赛博鸭 on 9/29/2023 in #support-community
Type instantiation is excessively deep and possibly infinite
no, i don't see any
18 replies
CCConvex Community
Created by 赛博鸭 on 9/29/2023 in #support-community
Type instantiation is excessively deep and possibly infinite
well, my functions are not problem. For example:
export const find = query({
args: {
userId: v.string(),
},
handler: async (ctx, args) => {
return await ctx.db.query("profile").filter((q) => q.eq(q.field("userId"), args.userId)).unique();
}
})
export const find = query({
args: {
userId: v.string(),
},
handler: async (ctx, args) => {
return await ctx.db.query("profile").filter((q) => q.eq(q.field("userId"), args.userId)).unique();
}
})
which does not have any problems
18 replies
CCConvex Community
Created by 赛博鸭 on 9/29/2023 in #support-community
Type instantiation is excessively deep and possibly infinite
okay, so maybe I can return to 1.2.1? Might help i guess
18 replies