Nekeohloss
CCConvex Community
•Created by FelipeJz on 9/9/2023 in #support-community
How to insert an array?
Ah that did it, thanks! I was so stuck on it being something particular to Convex that I missed what the message was actually saying 😅
11 replies
CCConvex Community
•Created by FelipeJz on 9/9/2023 in #support-community
How to insert an array?
An array of Promises may be unintentional. Consider handling the promises' fulfillment or rejection with Promise.all or similar, or explicitly marking the expression as ignored with the
void operator.eslint@typescript-eslint/no-floating-promises
11 replies
CCConvex Community
•Created by FelipeJz on 9/9/2023 in #support-community
How to insert an array?
objects
is an array of objects who match the shape of my "reports" schema (minus the storageId that I'm inserting), and I'd like to create a new document for each object but when I try to insert them like this I'm getting a TS error:11 replies
CCConvex Community
•Created by FelipeJz on 9/9/2023 in #support-community
How to insert an array?
11 replies
CCConvex Community
•Created by FelipeJz on 9/9/2023 in #support-community
How to insert an array?
Current code:
11 replies
CCConvex Community
•Created by FelipeJz on 9/9/2023 in #support-community
How to insert an array?
Struggling with the same issue (inserting a document for each item in an array) and found this in search - any pointers on where to go with this?
11 replies