Skip to content

Transition from Styled-Components to SCSS modules #112

Transition from Styled-Components to SCSS modules

Transition from Styled-Components to SCSS modules #112

Triggered via pull request June 30, 2023 12:01
@thibaudbraultthibaudbrault
synchronize #88
sass
Status Failure
Total duration 54s
Artifacts

ci.yml

on: pull_request
Run Type Check & Linters
45s
Run Type Check & Linters
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Run Type Check & Linters: src/components/common/styles/Table.tsx#L4
Cannot find name 'Table'.
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/items/components/Items.tsx#L8
Cannot find module '@/modules/moves/Styled.Moves' or its corresponding type declarations.
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/moves/move/components/data/Styled.Data.MoveCard.tsx#L3
Module '"@/components/common/styles/Table"' has no exported member 'Table'.
Run Type Check & Linters: src/modules/pokedex/components/List.tsx#L33
'Types' cannot be used as a JSX component.