Skip to content

Transition from Styled-Components to SCSS modules #111

Transition from Styled-Components to SCSS modules

Transition from Styled-Components to SCSS modules #111

Triggered via pull request June 27, 2023 15:18
@thibaudbraultthibaudbrault
synchronize #88
sass
Status Failure
Total duration 1m 16s
Artifacts

ci.yml

on: pull_request
Run Type Check & Linters
1m 5s
Run Type Check & Linters
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Run Type Check & Linters: src/components/layout/Header/Header.tsx#L33
Expected 0 arguments, but got 1.
Run Type Check & Linters: src/components/layout/Header/Header.tsx#L35
Expected 0 arguments, but got 1.
Run Type Check & Linters: src/contexts/Theme/ThemeProvider.tsx#L26
Type 'Dispatch<SetStateAction<string>>' is not assignable to type '() => null'.
Run Type Check & Linters: src/modules/auth/ResetPwd.tsx#L39
Type 'Resolver<AnyObjectSchema>' is not assignable to type 'Resolver<FormInput, any>'.
Run Type Check & Linters: src/modules/auth/ResetPwd.tsx#L39
Argument of type 'ObjectSchema<{ resetEmail: string; }, AnyObject, { resetEmail: undefined; }, "">' is not assignable to parameter of type 'ObjectSchema<AnyObjectSchema, AnyObject, any, "">'.
Run Type Check & Linters: src/modules/moves/move/components/data/Data.tsx#L16
'Effect' cannot be used as a JSX component.
Run Type Check & Linters: src/modules/pokedex/components/List.tsx#L33
'Types' cannot be used as a JSX component.
Run Type Check & Linters: src/modules/types/type/components/Pokemon.tsx#L178
Type 'boolean' is not assignable to type 'PropsValue<IOptionsFixed> | undefined'.
Run Type Check & Linters: src/pages/abilities.tsx#L10
Cannot find module '@/modules/Moves/Styled.Moves' or its corresponding type declarations.
Run Type Check & Linters: src/pages/login.tsx#L56
Type 'Resolver<AnyObjectSchema>' is not assignable to type 'Resolver<FormInput, any>'.