Add index.tsx #34
Annotations
8 errors
🔎 Type check:
app/attention.ts#L150
Type 'Map<string, { tagId: number; views: number; votesPerView: number; }>' is not assignable to type 'Map<string, TagStatsAccumulator>'.
|
🔎 Type check:
app/components/ui/feed.tsx#L4
Property 'posts' does not exist on type '{ id: number; createdAt: string; parentId: number | null; content: string; authorId: string; }[]'.
|
🔎 Type check:
app/components/ui/feed.tsx#L8
Parameter 'post' implicitly has an 'any' type.
|
🔎 Type check:
app/components/ui/feed.tsx#L11
Type '{ post: { id: number; createdAt: string; parentId: number | null; content: string; authorId: string; }; }' is not assignable to type 'IntrinsicAttributes & { id: number; createdAt: string; parentId: number | null; content: string; authorId: string; }'.
|
🔎 Type check:
app/components/ui/post.tsx#L26
Property 'post' does not exist on type '{ id: number; createdAt: string; parentId: number | null; content: string; authorId: string; }'.
|
🔎 Type check:
app/root.tsx#L265
Type '{ posts: { id: number; createdAt: string; parentId: number | null; content: string; authorId: string; }[]; }' is not assignable to type 'IntrinsicAttributes & { id: number; createdAt: string; parentId: number | null; content: string; authorId: string; }[]'.
|
🔎 Type check:
simulate-attention-share.ts#L26
Could not find a declaration file for module 'jstat'. '/home/runner/work/social-network/social-network/node_modules/jstat/dist/jstat.js' implicitly has an 'any' type.
|
🔎 Type check
Process completed with exit code 2.
|
The logs for this run have expired and are no longer available.
Loading