Skip to content

init : project init

init : project init #3

Triggered via push January 16, 2025 12:08
Status Failure
Total duration 31s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
deploy: src/pages/dashboard/Dashboard.tsx#L14
Property 'layouts' does not exist on type 'DashboardStore'.
deploy: src/pages/dashboard/Dashboard.tsx#L78
Parameter 'layout' implicitly has an 'any' type.
deploy: src/pages/dashboard/Dashboard.tsx#L82
Property 'widgets' does not exist on type 'DashboardStore'.
deploy: src/services/api.ts#L1
Cannot find module '../types/dashboard' or its corresponding type declarations.
deploy: src/store/DashboardStore.ts#L3
Cannot find module '../types/dashboard' or its corresponding type declarations.
deploy: src/store/DashboardStore.ts#L69
Object literal may only specify known properties, and 'layouts' does not exist in type 'DashboardStore | Partial<DashboardStore> | ((state: DashboardStore) => DashboardStore | Partial<DashboardStore>)'.
deploy: src/store/DashboardStore.ts#L71
Object literal may only specify known properties, and 'layouts' does not exist in type 'DashboardStore | Partial<DashboardStore> | ((state: DashboardStore) => DashboardStore | Partial<DashboardStore>)'.
deploy
Process completed with exit code 2.
deploy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636