feat: first pass on note panel #8
Annotations
10 errors and 1 warning
packages/ui/src/form.tsx#L75
Unnecessary conditional, value is always falsy
|
packages/ui/src/progress.tsx#L22
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
packages/ui/src/toggle-group.tsx#L48
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
packages/ui/src/toggle-group.tsx#L49
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
|
apps/nextjs/src/app/(app)/job/[jobId]/page.tsx#L1
'params' is defined but never used. Allowed unused args must match /^_/u
|
apps/nextjs/src/app/api/ai/command/route.ts#L9
Unsafe assignment of an `any` value
|
apps/nextjs/src/app/api/ai/command/route.ts#L23
Unexpected `await` of a non-Promise (non-"Thenable") value
|
apps/nextjs/src/app/api/ai/command/route.ts#L25
Unsafe argument of type `any` assigned to a parameter of type `UIMessage[]`
|
apps/nextjs/src/components/plate-ui/media-placeholder-element.tsx#L231
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
The logs for this run have expired and are no longer available.
Loading