Changed pictures and quotes #79
Annotations
10 errors and 1 warning
Typecheck
Type '{ onChange: (...event: any[]) => void; onBlur: Noop; value: string | null | undefined; disabled?: boolean | undefined; name: "image"; ref: RefCallBack; placeholder: string; }' is not assignable to type 'InputProps'.
|
Typecheck
Type '{ status: "Verified" | "Unverified" | "Pending"; id: string; name: string | null; email: string; isPublic: boolean; role: "Admin" | "User"; emailVerified: Date | null; image: string | null; }' is not assignable to type '{ status: "Verified" | "Unverified" | "Pending"; id: string; email: string; isPublic: boolean; role: "Admin" | "User"; name?: string | undefined; image?: string | undefined; }'.
|
Typecheck
@amaxa/nextjs#typecheck: command (/home/runner/work/amaxa/amaxa/apps/nextjs) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
|
Typecheck
Property 'isLoading' does not exist on type 'UseTRPCMutationResult<void, TRPCClientErrorLike<{ input: { description: string; title: string; embedId: string; }; output: void; transformer: true; errorShape: { data: { zodError: typeToFlattenedError<any, string> | null; code: "PARSE_ERROR" | ... 17 more ... | "CLIENT_CLOSED_REQUEST"; httpStatus: number; path?: str...'.
|
Typecheck
Property 'isLoading' does not exist on type 'UseTRPCMutationResult<void, TRPCClientErrorLike<{ input: { description: string; title: string; embedId: string; }; output: void; transformer: true; errorShape: { data: { zodError: typeToFlattenedError<any, string> | null; code: "PARSE_ERROR" | ... 17 more ... | "CLIENT_CLOSED_REQUEST"; httpStatus: number; path?: str...'.
|
Typecheck
Object is possibly 'undefined'.
|
Typecheck
Object is possibly 'undefined'.
|
Typecheck
Object is possibly 'undefined'.
|
Typecheck
Argument of type 'TZDate | undefined' is not assignable to parameter of type 'TZDate'.
|
Typecheck
Process completed with exit code 2.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading