feat: start of recent changes, see #5 #13
Annotations
7 errors
ʦ TypeScript:
app/lib/dashboard/recent-changes.tsx#L9
Type '(meta: string) => Promise<({ entry: { asset: { id: string; name: string; icon: string; slug: string; singular: string; plural: string; nameFieldId: string; }; } & { id: string; assetId: string; deleted: boolean; createdAt: Date; updatedAt: Date; }; } & { ...; })[]>' is not assignable to type '(meta: string) => Promise<{ id: string; title: string; updatedAt: string; }[]>'.
|
ʦ TypeScript
Process completed with exit code 2.
|
⬣ ESLint:
app/lib/dashboard/recent-changes.tsx#L9
'meta' is defined but never used
|
⬣ ESLint:
app/lib/dashboard/recent-documents.tsx#L9
'meta' is defined but never used
|
⬣ ESLint:
app/lib/dashboard/recent-documents.tsx#L17
Unexpected any. Specify a different type
|
⬣ ESLint:
app/routes/app.dashboard.tsx#L32
'user' is assigned a value but never used
|
⬣ ESLint
Process completed with exit code 1.
|