Skip to content

Add pagination support for frontend #361

Add pagination support for frontend

Add pagination support for frontend #361

Triggered via pull request September 6, 2024 16:15
Status Failure
Total duration 54s
Artifacts

CI.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
build: src/pages/Dashboard/scenes/MentorApplications/MentorApplications.tsx#L123
'categories' is possibly 'undefined'.
build: src/pages/Dashboard/scenes/MentorApplications/MentorApplications.tsx#L123
Property 'map' does not exist on type 'InfiniteData<CategoriesResponse, unknown>'.
build: src/pages/MenteeRegistration/index.tsx#L337
Property 'filter' does not exist on type 'InfiniteData<MentorsResponse, unknown>'.
build: src/pages/MenteeRegistration/index.tsx#L337
Parameter 'mentor' implicitly has an 'any' type.
build: src/pages/MenteeRegistration/index.tsx#L338
Parameter 'mentor' implicitly has an 'any' type.
build: src/pages/MentorRegistration/MentorRegistration.component.tsx#L275
'categories' is possibly 'undefined'.
build: src/pages/MentorRegistration/MentorRegistration.component.tsx#L275
Property 'map' does not exist on type 'InfiniteData<CategoriesResponse, unknown>'.
build
Process completed with exit code 2.
build
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/