Fix comment nesting #160
Annotations
5 errors
Run pnpm exec turbo run --affected type-check
frontpage#type-check: command (/home/runner/work/frontpage/frontpage/packages/frontpage) /home/runner/setup-pnpm/node_modules/.bin/pnpm run type-check exited (2)
|
Run pnpm exec turbo run --affected type-check
Property 'level' is missing in type '{ comment: CommentModel; postAuthorParam: string; postRkey: string; }' but required in type 'CommentProps'.
|
Run pnpm exec turbo run --affected type-check
Property 'level' is missing in type '{ key: number; comment: { type: "comment"; id: number; status: "live"; rkey: string; cid: string; createdAt: Date; authorDid: string & { __brand: "DID"; }; postId: number; body: string; parentCommentId: number | null; ... 5 more ...; postRkey?: string | undefined; }; postAuthorParam: DID; postRkey: string; }' but required in type 'CommentProps'.
|
Run pnpm exec turbo run --affected type-check
Property 'level' is missing in type '{ key: number; comment: LiveComment; postAuthorParam: DID; postRkey: string; }' but required in type 'CommentProps'.
|
Run pnpm exec turbo run --affected type-check
Process completed with exit code 2.
|
Loading