Skip to content

My branch

My branch #24

Triggered via pull request July 15, 2024 15:00
@UmeshPaliyaalUmeshPaliyaal
synchronize #23
myBranch
Status Failure
Total duration 29s
Artifacts

pr-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: src/lib/utils.ts#L1
Cannot find module 'clsx' or its corresponding type declarations.
build: src/components/ui/button.tsx#L3
Cannot find module 'class-variance-authority' or its corresponding type declarations.
build: src/components/ui/button.tsx#L43
Property 'variant' does not exist on type 'ButtonProps'.
build: src/components/ui/button.tsx#L43
Property 'size' does not exist on type 'ButtonProps'.
build: src/Pages/LoginForm/LoginForm.tsx#L86
Type '{ children: (string | Element)[]; variant: string; className: string; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.
build: src/store/features/counter/counterSlice.ts#L1
Cannot find module '@reduxjs/toolkit' or its corresponding type declarations.
build: src/store/features/counter/counterSlice.ts#L11
Parameter 'state' implicitly has an 'any' type.
build: src/store/features/counter/counterSlice.ts#L14
Parameter 'state' implicitly has an 'any' type.
build: src/store/store.ts#L2
Cannot find module '@reduxjs/toolkit' or its corresponding type declarations.
build: src/Pages/LandingPage.tsx#L35
Type '{ children: string; onClick: () => any; variant: string; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.