My branch #24
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>'.
|