updated with drizzle #12
deploy.yml
on: push
⬣ ESLint
1m 52s
ʦ TypeScript
1m 51s
⚡ Vitest
1m 28s
⚫️ Cypress
1m 38s
🚀 Deploy
0s
Annotations
20 errors
⚫️ Cypress
Process completed with exit code 1.
|
ʦ TypeScript:
app/models/note.server.ts#L8
'note' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
ʦ TypeScript:
app/models/note.server.ts#L8
Block-scoped variable 'note' used before its declaration.
|
ʦ TypeScript:
app/models/note.server.ts#L8
Block-scoped variable 'note' used before its declaration.
|
ʦ TypeScript:
app/routes/notes.$noteId.tsx#L18
Object literal may only specify known properties, and 'userId' does not exist in type '{ id: string; }'.
|
ʦ TypeScript:
app/routes/notes.$noteId.tsx#L29
Object literal may only specify known properties, and 'userId' does not exist in type '{ id: string; }'.
|
ʦ TypeScript:
app/routes/notes.new.tsx#L32
Property 'id' does not exist on type 'ResultSet'.
|
ʦ TypeScript:
app/routes/notes.tsx#L11
Expected 0 arguments, but got 1.
|
ʦ TypeScript:
app/routes/notes.tsx#L25
Property 'email' does not exist on type '{}'.
|
ʦ TypeScript
Process completed with exit code 2.
|
⬣ ESLint:
app/components/ui/accordion.tsx#L1
`react` import should occur after import of `lucide-react`
|
⬣ ESLint:
app/components/ui/accordion.tsx#L12
'className' is missing in props validation
|
⬣ ESLint:
app/components/ui/accordion.tsx#L24
'className' is missing in props validation
|
⬣ ESLint:
app/components/ui/accordion.tsx#L44
'className' is missing in props validation
|
⬣ ESLint:
app/components/ui/dropdown-menu.tsx#L1
`react` import should occur after import of `lucide-react`
|
⬣ ESLint:
app/components/ui/dropdown-menu.tsx#L24
'className' is missing in props validation
|
⬣ ESLint:
app/components/ui/dropdown-menu.tsx#L44
'className' is missing in props validation
|
⬣ ESLint:
app/components/ui/dropdown-menu.tsx#L60
'className' is missing in props validation
|
⬣ ESLint:
app/components/ui/dropdown-menu.tsx#L60
'sideOffset' is missing in props validation
|
⬣ ESLint:
app/components/ui/dropdown-menu.tsx#L80
'className' is missing in props validation
|