Rich text comments #90
Annotations
15 errors
test
frontpage#test: command (/home/runner/work/unravel/unravel/packages/frontpage) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test exited (1)
|
test
Process completed with exit code 1.
|
typecheck
frontpage#type-check: command (/home/runner/work/unravel/unravel/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.
|
lint:
packages/frontpage/app/(app)/post/[postAuthor]/[postRkey]/_lib/actions.tsx#L23
'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#L54
'waitForComment' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
packages/frontpage/app/(app)/post/[postAuthor]/[postRkey]/_lib/actions.tsx#L100
'$getDepth' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
packages/frontpage/app/(app)/post/[postAuthor]/[postRkey]/_lib/actions.tsx#L100
'node' is defined but never used. Allowed unused args must match /^_/u
|
lint:
packages/frontpage/app/(app)/post/[postAuthor]/[postRkey]/_lib/comment-client.tsx#L14
'Textarea' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
packages/frontpage/app/(app)/post/[postAuthor]/[postRkey]/_lib/editor-state-to-comment-content.test.ts#L29
'debugEditorState' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
packages/frontpage/lib/components/ui/textarea.tsx#L149
'TreeViewPlugin' is defined but never used. Allowed unused vars must match /^_/u
|
lint
frontpage#lint: command (/home/runner/work/unravel/unravel/packages/frontpage) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint exited (1)
|
lint
Process completed with exit code 1.
|