Skip to content

profile setting pages done (routing & linking left) #19

profile setting pages done (routing & linking left)

profile setting pages done (routing & linking left) #19

Triggered via pull request August 31, 2024 00:40
Status Failure
Total duration 48s
Artifacts

npm_test.yml

on: pull_request
test_pull_request
35s
test_pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
test_pull_request: src/Context.tsx#L29
Type 'string' is not assignable to type '[{ name: string; }]'.
test_pull_request: src/components/LoginForm/OrganizerLogin.tsx#L44
Type '{ children: Element[]; position: string; mt: "md"; }' is not assignable to type 'IntrinsicAttributes & GroupProps & RefAttributes<HTMLDivElement> & { component?: any; renderRoot?: ((props: Record<string, any>) => ReactNode) | undefined; }'.
test_pull_request: src/components/LoginForm/UserLogin.tsx#L36
Type '{ children: Element[]; position: string; mt: "md"; }' is not assignable to type 'IntrinsicAttributes & GroupProps & RefAttributes<HTMLDivElement> & { component?: any; renderRoot?: ((props: Record<string, any>) => ReactNode) | undefined; }'.
test_pull_request: src/components/Tournaments/Navbar.tsx#L10
Type '{ children: Element[]; spacing: string; className: string; }' is not assignable to type 'IntrinsicAttributes & GroupProps & RefAttributes<HTMLDivElement> & { component?: any; renderRoot?: ((props: Record<string, any>) => ReactNode) | undefined; }'.
test_pull_request: src/components/Tournaments/Navbar.tsx#L14
Type '{ children: Element[]; spacing: string; className: string; }' is not assignable to type 'IntrinsicAttributes & GroupProps & RefAttributes<HTMLDivElement> & { component?: any; renderRoot?: ((props: Record<string, any>) => ReactNode) | undefined; }'.
test_pull_request: src/pages/ProfileSettingPage.tsx#L19
Type '{}' is missing the following properties from type 'NavProps': page, setPage
test_pull_request
Process completed with exit code 2.
test_pull_request
The following actions use a deprecated Node.js version 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/