Fix crash on unit selection #87
Merged
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
|
Loading