Rich text comments #304
Annotations
14 errors
lint:
packages/frontpage/app/(app)/post/[postAuthor]/[postRkey]/_lib/actions.tsx#L5
'createComment' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
packages/frontpage/app/(app)/post/[postAuthor]/[postRkey]/_lib/actions.tsx#L19
'$parseSerializedNode' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
packages/frontpage/app/(app)/post/[postAuthor]/[postRkey]/_lib/actions.tsx#L20
'LexicalEditor' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
packages/frontpage/app/(app)/post/[postAuthor]/[postRkey]/_lib/actions.tsx#L38
'comment' is assigned a value but never used. Allowed unused elements of array destructuring patterns must match /^_/u
|
lint:
packages/frontpage/app/(app)/post/[postAuthor]/[postRkey]/_lib/actions.tsx#L56
'state' is assigned a value but never used. Allowed unused vars must match /^_/u
|
lint:
packages/frontpage/app/(app)/post/[postAuthor]/[postRkey]/_lib/actions.tsx#L68
'waitForComment' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
packages/frontpage/app/(app)/post/[postAuthor]/[postRkey]/_lib/actions.tsx#L81
'editorStateToCommentContent' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
packages/frontpage/app/(app)/post/[postAuthor]/[postRkey]/_lib/actions.tsx#L84
'child' is defined but never used. Allowed unused args must match /^_/u
|
lint:
packages/frontpage/app/(app)/post/[postAuthor]/[postRkey]/_lib/actions.tsx#L86
'text' is assigned a value but never used. Allowed unused vars must match /^_/u
|
lint:
packages/frontpage/app/(app)/post/[postAuthor]/[postRkey]/_lib/actions.tsx#L90
'$nodeToFacets' is defined but never used. Allowed unused vars must match /^_/u
|
typecheck
frontpage#type-check: command (/home/runner/work/frontpage/frontpage/packages/frontpage) /home/runner/setup-pnpm/node_modules/.bin/pnpm run type-check exited (2)
|
typecheck
Type '{ value: string; onChange: (event: any) => void; id: string; autoFocus: boolean; name: string; ref: MutableRefObject<LexicalEditor | null>; placeholder: string; disabled: boolean; className: string; }' is not assignable to type 'IntrinsicAttributes & EditableTextAreaProps'.
|
typecheck
Parameter 'event' implicitly has an 'any' type.
|
typecheck
Process completed with exit code 2.
|