sorting workouts correctly now -- had to update how dates are SENT to… #25
firebase-hosting-deploy.yml
on: push
🛠️ Build and Deploy
29s
Annotations
8 errors and 1 warning
🛠️ Build and Deploy:
src/components/Layout/UserContext.tsx#L39
Argument of type '*** | User' is not assignable to parameter of type 'SetStateAction<User | null>'.
|
🛠️ Build and Deploy:
src/components/common/WorkoutCard.tsx#L4
'calculateMinutesBetweenDates' is declared but its value is never read.
|
🛠️ Build and Deploy:
src/components/common/WorkoutCard.tsx#L64
Argument of type '*** | User' is not assignable to parameter of type 'SetStateAction<User | null | undefined>'.
|
🛠️ Build and Deploy:
src/lib/db.ts#L37
Type 'boolean' is not assignable to type 'string'.
|
🛠️ Build and Deploy:
src/lib/db.ts#L195
Property 'workouts' does not exist on type '*** | User'.
|
🛠️ Build and Deploy:
src/lib/db.ts#L201
Parameter 'workoutId' implicitly has an 'any' type.
|
🛠️ Build and Deploy:
src/lib/db.ts#L205
Parameter 'workout' implicitly has an 'any' type.
|
🛠️ Build and Deploy
Process completed with exit code 2.
|
🛠️ Build and Deploy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|