Skip to content

Transition from Styled-Components to SCSS modules #108

Transition from Styled-Components to SCSS modules

Transition from Styled-Components to SCSS modules #108

Triggered via pull request June 22, 2023 13:32
@thibaudbraultthibaudbrault
synchronize #88
sass
Status Failure
Total duration 56s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

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

Annotations

10 errors
Run Type Check & Linters: src/components/layout/Header/Header.tsx#L41
Expected 0 arguments, but got 1.
Run Type Check & Linters: src/components/layout/Header/Header.tsx#L43
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/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/pokedex/hooks/useScrollDir.tsx#L1
Cannot find module '@/components/pages/Pokemon/Styled.Pokemon' or its corresponding type declarations.
Run Type Check & Linters: src/modules/pokedex/pokemon/components/types/Styled.Types.PokemonCard.tsx#L1
Cannot find module '@/components/pages/Types/TypeCard/Styled.TypeCard' or its corresponding type declarations.
Run Type Check & Linters: src/modules/pokedex/pokemon/components/types/Styled.Types.PokemonCard.tsx#L3
Cannot find module '../../Styled.Pokemon' or its corresponding type declarations.
Run Type Check & Linters: src/pages/abilities.tsx#L12
Cannot find module '@/modules/Moves/Styled.Moves' or its corresponding type declarations.
Run Type Check & Linters: src/pages/pokemon/[name].tsx#L131
'Evolution' cannot be used as a JSX component.