Merge branch 'feat/generator-custom' into feature/embedded-form #759
vercel-preview.yml
on: push
Deploy-Preview
/
Deploy
2m 1s
Annotations
10 errors and 2 warnings
Deploy-Preview / Deploy
Cannot find name 'transformSchema'.
|
Deploy-Preview / Deploy
Cannot find name 'schema'.
|
Deploy-Preview / Deploy
Cannot find name 'id'.
|
Deploy-Preview / Deploy
Cannot find name 'id'.
|
Deploy-Preview / Deploy
Cannot find name 'id'.
|
Deploy-Preview / Deploy
Cannot find name 'id'.
|
Deploy-Preview / Deploy
Type '{ id?: { User: { payload: Prisma.$UserPayload<DefaultArgs>; fields: Prisma.UserFieldRefs; operations: { findUnique: { args: Prisma.UserFindUniqueArgs<DefaultArgs>; result: PayloadToResult<...> | null; }; ... 14 more ...; count: { ...; }; }; }; Post: { ...; }; Profile: { ...; }; Category: { ...; }; CategoriesOnPosts:...' is not assignable to type 'Model<M, object>'.
|
Deploy-Preview / Deploy
Type 'Record<"id", ReactElement<any, string | JSXElementConstructor<any>> | undefined> | undefined' is not assignable to type 'Record<keyof { User: { payload: $UserPayload<DefaultArgs>; fields: UserFieldRefs; operations: { findUnique: { args: UserFindUniqueArgs<DefaultArgs>; result: PayloadToResult<...> | null; }; ... 14 more ...; count: { ...; }; }; }; Post: { ...; }; Profile: { ...; }; Category: { ...; }; CategoriesOnPosts: { ...; }; }[M]...'.
|
Deploy-Preview / Deploy
Type 'Schema | undefined' is not assignable to type 'Schema'.
|
Deploy-Preview / Deploy
Property 'schema' is missing in type '{ title: string | undefined; resources: ModelName[] | undefined; resource: ModelName | undefined; resourcesTitles: Record<ModelName, string | undefined> | undefined; ... 4 more ...; externalLinks: ExternalLink[] | undefined; }' but required in type 'MenuProps<"User" | "Post" | "Profile" | "Category" | "CategoriesOnPosts">'.
|
Deploy-Preview / Deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Deploy-Preview / Deploy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|