update ui components #64
Annotations
10 errors and 1 warning
apps/nextjs/src/app/_components/posts.tsx#L26
Unsafe assignment of an error typed value
|
apps/nextjs/src/app/_components/posts.tsx#L26
Unsafe call of an `any` typed value
|
apps/nextjs/src/app/_components/posts.tsx#L37
Unsafe call of an `any` typed value
|
apps/nextjs/src/app/_components/posts.tsx#L37
Unsafe member access .reset on an `any` value
|
apps/nextjs/src/app/_components/posts.tsx#L41
Unsafe call of an `any` typed value
|
apps/nextjs/src/app/_components/posts.tsx#L41
Unsafe member access .error on an `any` value
|
apps/nextjs/src/app/_components/posts.tsx#L53
Unsafe assignment of an error typed value
|
apps/nextjs/src/app/_components/posts.tsx#L53
Unsafe call of an `any` typed value
|
apps/nextjs/src/app/_components/posts.tsx#L53
Unsafe member access .handleSubmit on an `any` value
|
apps/nextjs/src/app/_components/posts.tsx#L54
Unsafe argument of type `any` assigned to a parameter of type `{ title: string; content: string; }`
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
This job failed
Loading