Skip to content

Daniel editing statement #115

Daniel editing statement

Daniel editing statement #115

Triggered via pull request August 11, 2024 13:14
Status Failure
Total duration 47s
Artifacts

PR_Validation.yml

on: pull_request
Matrix: basic-checks
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
basic-checks (18.x): src/controllers/db/notifications/notifications.ts#L6
Module '"../configKey"' has no exported member 'vapidKey'.
basic-checks (18.x): src/controllers/hooks/useToken.ts#L3
Module '"../db/configKey"' has no exported member 'vapidKey'.
basic-checks (18.x): src/view/pages/statement/components/nav/bottom/StatementBottomNav.tsx#L69
Argument of type 'boolean' is not assignable to parameter of type '{ statement: string; statementId: string; parentId: string; creatorId: string; creator: { displayName: string; uid: string; defaultLanguage?: string | undefined; email?: string | null | undefined; ... 5 more ...; role?: string | undefined; }; ... 41 more ...; documentImportance?: { ...; } | undefined; }'.
basic-checks (18.x): src/view/pages/statement/components/nav/bottom/StatementBottomNav.tsx#L72
Argument of type 'boolean' is not assignable to parameter of type '{ statement: string; statementId: string; parentId: string; creatorId: string; creator: { displayName: string; uid: string; defaultLanguage?: string | undefined; email?: string | null | undefined; ... 5 more ...; role?: string | undefined; }; ... 41 more ...; documentImportance?: { ...; } | undefined; }'.
basic-checks (18.x): src/view/pages/statement/components/solutions/StatementSolutionsPage.tsx#L342
Type 'Dispatch<SetStateAction<boolean>>' is not assignable to type '(statement: { statement: string; statementId: string; parentId: string; creatorId: string; creator: { displayName: string; uid: string; defaultLanguage?: string | undefined; email?: string | null | undefined; ... 5 more ...; role?: string | undefined; }; ... 41 more ...; documentImportance?: { ...; } | undefined; })...'.
basic-checks (18.x): src/view/pages/statement/components/solutions/StatementSolutionsPage.tsx#L404
Type 'Dispatch<SetStateAction<boolean>>' is not assignable to type '(statement: { statement: string; statementId: string; parentId: string; creatorId: string; creator: { displayName: string; uid: string; defaultLanguage?: string | undefined; email?: string | null | undefined; ... 5 more ...; role?: string | undefined; }; ... 41 more ...; documentImportance?: { ...; } | undefined; })...'.
basic-checks (18.x)
Process completed with exit code 2.
basic-checks (18.x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, 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/