fix(frontend): Fix mismatched fonts of code editor #1551
Annotations
6 errors
Run pnpm --filter backend run typecheck
'instance' is possibly 'null'.
|
Run pnpm --filter backend run typecheck
Type '{ id: string; updatedAt?: Date | null | undefined; updatedAtHistory?: Date[] | null | undefined; noteEditHistory?: string[] | undefined; replyId: MiNote["id"] | null; reply: MiNote | null; ... 35 more ...; deleteAt?: Date | ... 1 more ... | undefined; }' is not assignable to type 'MiNote'.
|
Run pnpm --filter backend run typecheck
Object literal may only specify known properties, and 'origin' does not exist in type '{ userId?: string | null | undefined; channelId?: string | null | undefined; host?: string | null | undefined; }'.
|
Run pnpm --filter backend run typecheck
Argument of type 'JsonValue | undefined' is not assignable to parameter of type '{ partner?: string | undefined; group?: string | undefined; }'.
|
Run pnpm --filter backend run typecheck
Argument of type 'JsonValue' is not assignable to parameter of type 'string'.
|
Run pnpm --filter backend run typecheck
Process completed with exit code 2.
|
Loading