feat: build an outfit works #40
Annotations
10 errors and 1 warning
Build the project:
src/components/CategoryMenu.tsx#L13
Cannot find name 'categories'.
|
Build the project:
src/components/OutfitMakerComponent.tsx#L1
Cannot find name 'global'.
|
Build the project:
src/components/OutfitMakerComponent.tsx#L2
Property 'global' does not exist on type 'Window & typeof globalThis'.
|
Build the project:
src/components/OutfitMakerComponent.tsx#L350
Type '{ onPress: () => Promise<void>; label: string; isLoading: boolean; }' is not assignable to type 'IntrinsicAttributes & ButtonComponentProps'.
|
Build the project:
src/components/OutfitMakerComponent.tsx#L407
Property 'item_desc' does not exist on type '{ clothing_items: ClothingItem; }'.
|
Build the project:
src/components/eco-advice/chatbot/ChatInputBox.tsx#L38
Type '(e: React.KeyboardEvent) => void' is not assignable to type '(e: NativeSyntheticEvent<TextInputKeyPressEventData>) => void'.
|
Build the project:
src/components/popUpGallery.tsx#L1
Module '"/home/runner/work/inside-my-closet/inside-my-closet/node_modules/@types/react/index"' can only be default-imported using the 'allowSyntheticDefaultImports' flag
|
Build the project:
src/components/popUpGallery.tsx#L33
'item' is declared but its value is never read.
|
Build the project:
src/functions/outfitDatabaseFunctions.tsx#L14
'SavedOutfit' is declared but never used.
|
Build the project:
src/functions/upload.tsx#L48
Argument of type '{ user_id: number; category_id: number; item_desc: string; photo_link: any; }' is not assignable to parameter of type 'Record<string, number>'.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading