Skip to content

Actions: remove cache, add build and type checks #3

Actions: remove cache, add build and type checks

Actions: remove cache, add build and type checks #3

Triggered via pull request April 27, 2024 11:31
Status Failure
Total duration 2m 40s
Artifacts

check-frontend-build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build
Type '{ user: User | null | undefined; setUser: React.Dispatch<React.SetStateAction<User | null | undefined>>; isSignUpShown: boolean; setIsSignUpShown: React.Dispatch<...>; ... 6 more ...; refreshUserData: () => Promise<...>; }' is not assignable to type 'AuthContextType'.
build
Type '{ children: Element; innerRef: RefCallback<HTMLDivElement>; innerProps: DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>; ... 20 more ...; error?: string | undefined; }' is not assignable to type 'OptionProps<Option, false, GroupBase<Option>>'.
build
Type 'ComponentType<OptionProps<unknown, boolean, GroupBase<unknown>> & InputPropsBase>' is not assignable to type 'ComponentType<OptionProps<Option<number>, false, GroupBase<Option<number>>>> | undefined'.
build
Type 'ComponentType<MenuProps<unknown, boolean, GroupBase<unknown>> & InputPropsBase>' is not assignable to type 'ComponentType<MenuProps<Option<number>, false, GroupBase<Option<number>>>> | undefined'.
build
Argument of type 'OptionsOrGroups<Option<TValue>, GroupBase<Option<TValue>>> | undefined' is not assignable to parameter of type 'readonly Option<TValue>[] | undefined'.
build
Type 'Option<TValue> | GroupBase<Option<TValue>> | undefined' is not assignable to type 'PropsValue<Option<TValue>> | undefined'.
build
Property 'value' does not exist on type 'Option<TValue> | GroupBase<Option<TValue>>'.
build
Type '{ taskID: string; }' has no properties in common with type 'IntrinsicAttributes'.
build
Argument of type 'User | null | undefined' is not assignable to parameter of type 'User | undefined'.
build
Type '{ props: TQueryVariables["props"]; }' is not assignable to type 'TQueryVariables'.