You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the error:
Creating an optimized production build ...
✓ Compiled successfully
Linting and checking validity of types ..Failed to compile.
./src/components/dashboard/layout/mobile-nav.tsx:88:27
Type error: Type 'string | null' is not assignable to type 'string'.
Type 'null' is not assignable to type 'string'.
Creating an optimized production build ...
✓ Compiled successfully
Linting and checking validity of types ...
Failed to compile.
./src/components/core/logo.tsx
52:44 Error: Invalid type "number" of template literal expression. @typescript-eslint/restrict-template-expressions
52:66 Error: Invalid type "number" of template literal expression. @typescript-eslint/restrict-template-expressions
./src/components/dashboard/overview/sales.tsx
75:47 Error: Invalid type "number" of template literal expression. @typescript-eslint/restrict-template-expressions
75:61 Error: Invalid type "number" of template literal expression. @typescript-eslint/restrict-template-expressions
./src/contexts/user-context.tsx
47:27 Error: Prefer the safe : unknown for a catch callback variable. @typescript-eslint/use-unknown-in-catch-callback-variable
the error:
Creating an optimized production build ...
✓ Compiled successfully
Linting and checking validity of types ..Failed to compile.
./src/components/dashboard/layout/mobile-nav.tsx:88:27
Type error: Type 'string | null' is not assignable to type 'string'.
Type 'null' is not assignable to type 'string'.
86 | <Divider sx={{ borderColor: 'var(--mui-palette-neutral-700)' }} />
87 | <Box component="nav" sx={{ flex: '1 1 auto', p: '12px' }}>
The text was updated successfully, but these errors were encountered: