fix: resolve commission_rate schema mismatch causing silent default on project creation - #17
Open
azlaan428 wants to merge 31 commits into
Open
fix: resolve commission_rate schema mismatch causing silent default on project creation#17azlaan428 wants to merge 31 commits into
azlaan428 wants to merge 31 commits into
Annotations
11 errors and 1 warning
|
Build
Process completed with exit code 1.
|
|
Type Check:
app/add-project/AddProjectClient.tsx#L240
Argument of type 'string | null | undefined' is not assignable to parameter of type 'string'.
|
|
Type Check:
app/add-project/AddProjectClient.tsx#L163
Argument of type '{ year: string; month: string; day: string; }' is not assignable to parameter of type 'DateTimeFormatOptions'.
|
|
Type Check:
app/add-project/AddProjectClient.tsx#L161
Parameter 'dateString' implicitly has an 'any' type.
|
|
Type Check:
app/add-project/AddProjectClient.tsx#L121
Parameter 'item' implicitly has an 'any' type.
|
|
Type Check:
app/add-project/AddProjectClient.tsx#L116
Property 'role' does not exist on type '{ name?: string | null | undefined; email?: string | null | undefined; image?: string | null | undefined; }'.
|
|
Type Check:
app/add-project/AddProjectClient.tsx#L115
Property 'id' does not exist on type '{ name?: string | null | undefined; email?: string | null | undefined; image?: string | null | undefined; }'.
|
|
Type Check:
app/add-project/AddProjectClient.tsx#L105
Argument of type 'string | null | undefined' is not assignable to parameter of type 'SetStateAction<string>'.
|
|
Type Check:
app/add-project/AddProjectClient.tsx#L96
Parameter 'item' implicitly has an 'any' type.
|
|
Type Check:
app/add-project/AddProjectClient.tsx#L87
Property 'id' does not exist on type '{ name?: string | null | undefined; email?: string | null | undefined; image?: string | null | undefined; }'.
|
|
Type Check:
app/add-project/AddProjectClient.tsx#L85
Property 'role' does not exist on type '{ name?: string | null | undefined; email?: string | null | undefined; image?: string | null | undefined; }'.
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
background
wait
wait-all
cancel
parallel
Loading