Merge pull request #3 from maitamdev/feat/perf-utils #4
Annotations
10 errors
|
deploy:
src/services/blogService.ts#L2
'getDoc' is declared but its value is never read.
|
|
deploy:
src/components/ui/Button.tsx#L29
Type '{ children: (ReactNode | Element)[]; form?: string | undefined; formAction?: string | undefined; formEncType?: string | undefined; formMethod?: string | undefined; ... 270 more ...; disabled: boolean | undefined; }' is not assignable to type 'Omit<HTMLMotionProps<"button">, "ref">'.
|
|
deploy:
src/__tests__/utils/validators.test.ts#L1
Cannot find module 'vitest' or its corresponding type declarations.
|
|
deploy:
src/__tests__/utils/helpers.test.ts#L1
Cannot find module 'vitest' or its corresponding type declarations.
|
|
deploy:
src/__tests__/utils/formatters.test.ts#L1
Cannot find module 'vitest' or its corresponding type declarations.
|
|
deploy:
src/__tests__/hooks/useToggle.test.ts#L2
Cannot find module '@testing-library/react' or its corresponding type declarations.
|
|
deploy:
src/__tests__/hooks/useToggle.test.ts#L1
Cannot find module 'vitest' or its corresponding type declarations.
|
|
deploy:
src/__tests__/hooks/useDebounce.test.ts#L13
Binding element 'value' implicitly has an 'any' type.
|
|
deploy:
src/__tests__/hooks/useDebounce.test.ts#L2
Cannot find module '@testing-library/react' or its corresponding type declarations.
|
|
deploy:
src/__tests__/hooks/useDebounce.test.ts#L1
Cannot find module 'vitest' or its corresponding type declarations.
|