feat: 扩展用户Dashboard - 添加DashboardLayout和多个子页面(files/shares/favorites/… #45
ci.yml
on: push
Lint & Type Check
37s
Run Tests
39s
Deploy Preview (Info)
0s
Annotations
10 errors
|
Lint & Type Check:
src/app/api/favorites/route.ts#L100
Property 'id' does not exist on type '{ name?: string | null | undefined; email?: string | null | undefined; image?: string | null | undefined; }'.
|
|
Lint & Type Check:
src/app/api/favorites/route.ts#L68
Property 'id' does not exist on type '{ name?: string | null | undefined; email?: string | null | undefined; image?: string | null | undefined; }'.
|
|
Lint & Type Check:
src/app/api/favorites/route.ts#L20
Property 'id' does not exist on type '{ name?: string | null | undefined; email?: string | null | undefined; image?: string | null | undefined; }'.
|
|
Lint & Type Check:
src/app/api/favorites/route.ts#L11
Property 'id' does not exist on type '{ name?: string | null | undefined; email?: string | null | undefined; image?: string | null | undefined; }'.
|
|
Lint & Type Check:
src/app/api/favorites/[id]/route.ts#L80
Property 'id' does not exist on type '{ name?: string | null | undefined; email?: string | null | undefined; image?: string | null | undefined; }'.
|
|
Lint & Type Check:
src/app/api/favorites/[id]/route.ts#L68
Property 'id' does not exist on type '{ name?: string | null | undefined; email?: string | null | undefined; image?: string | null | undefined; }'.
|
|
Lint & Type Check:
src/app/api/favorites/[id]/route.ts#L27
Property 'id' does not exist on type '{ name?: string | null | undefined; email?: string | null | undefined; image?: string | null | undefined; }'.
|
|
Lint & Type Check:
src/app/api/favorites/[id]/route.ts#L14
Property 'id' does not exist on type '{ name?: string | null | undefined; email?: string | null | undefined; image?: string | null | undefined; }'.
|
|
Lint & Type Check:
src/app/admin/files/page.tsx#L554
Type '{ className: string; title: string; }' is not assignable to type 'IntrinsicAttributes & Omit<LucideProps, "ref"> & RefAttributes<SVGSVGElement>'.
|
|
Lint & Type Check:
src/app/admin/files/page.tsx#L551
Type '{ className: string; title: string; }' is not assignable to type 'IntrinsicAttributes & Omit<LucideProps, "ref"> & RefAttributes<SVGSVGElement>'.
|