Update project #1
Annotations
14 errors
|
typescript
Process completed with exit code 2.
|
|
typescript:
src/components/UI/Modal/index.tsx#L3
Cannot find module '@/components/ui/Card' or its corresponding type declarations.
|
|
typescript:
src/components/Sidebar/index.tsx#L2
Cannot find module '@/components/ui/Button' or its corresponding type declarations.
|
|
typescript:
src/components/ErrorBoundary.tsx#L3
Cannot find module '@/components/ui/Modal' or its corresponding type declarations.
|
|
typescript:
src/components/CountryCardsGrid/index.tsx#L5
Cannot find module '@/components/ui/Modal' or its corresponding type declarations.
|
|
typescript:
src/components/CountryCardsGrid/index.tsx#L4
Cannot find module '@/components/ui/Card' or its corresponding type declarations.
|
|
eslint
Process completed with exit code 1.
|
|
eslint:
src/components/UI/Card/index.tsx#L11
Invalid type "string | undefined" of template literal expression
|
|
eslint:
src/components/UI/Button/index.tsx#L12
Invalid type "string | undefined" of template literal expression
|
|
eslint:
src/components/UI/Button/index.tsx#L11
Invalid type "string | undefined" of template literal expression
|
|
eslint:
src/components/CountryCardsGrid/index.tsx#L93
Invalid type "string | undefined" of template literal expression
|
|
eslint:
src/components/CountryCardsGrid/index.tsx#L92
Invalid type "string | undefined" of template literal expression
|
|
eslint:
src/components/CountryCardsGrid/index.tsx#L91
Invalid type "string | undefined" of template literal expression
|
|
eslint:
src/App.tsx#L22
⚠️ Warning: No tailwind css entry point found at `undefined`. Option `entryPoint` may be misconfigured.Check documentation at https://github.com/schoero/eslint-plugin-better-tailwindcss/blob/main/docs/rules/no-unknown-classes.mdUnknown class detected: game-panel
|