Skip to content

Fix crash on unit selection #449

Fix crash on unit selection

Fix crash on unit selection #449

Triggered via pull request February 14, 2026 19:45
Status Success
Total duration 2m 8s
Artifacts

main_kooktime.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: src/CookTime/client-app/src/components/Ingredients/IngredientInput.tsx#L90
Unexpected any. Specify a different type
lint: src/CookTime/client-app/src/components/Ingredients/IngredientInput.tsx#L61
Unexpected any. Specify a different type
lint: src/CookTime/client-app/src/components/Ingredients/IngredientInput.tsx#L61
Unexpected any. Specify a different type
lint: src/CookTime/client-app/src/components/Ingredients/IngredientInput.tsx#L61
Unexpected any. Specify a different type
lint
Unexpected any. Specify a different type
lint: src/CookTime/client-app/src/components/Favorites/FavoritesContext.tsx#L23
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint: src/CookTime/client-app/src/components/CookTimeBanner.tsx#L1
'useState' is defined but never used. Allowed unused vars must match /^_/u
lint: src/CookTime/client-app/src/components/CookTimeBanner.tsx#L1
'useEffect' is defined but never used. Allowed unused vars must match /^_/u
lint: src/CookTime/client-app/src/components/Authentication/AuthenticationContext.tsx#L7
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint: src/CookTime/client-app/src/components/Authentication/AuthenticationContext.tsx#L5
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file