Hydrate figure uses readings data #14
deploy.yml
on: push
⬣ ESLint
2m 57s
ʦ TypeScript
38s
⚡ Vitest
41s
⚫️ Cypress
54s
🚀 Deploy
0s
Annotations
8 errors and 1 warning
ʦ TypeScript:
app/routes/browse.components.tsx#L23
Cannot find name 'badgeFigureSelect'.
|
ʦ TypeScript:
app/routes/browse.components.tsx#L38
Argument of type '{ [x: string]: { componentId: string; parentId: string; indexInTree: number | null; }[] | { id: string; }[]; [x: number]: never; [x: symbol]: never; }' is not assignable to parameter of type 'Pick<{ id: string; keyword: string; isPriority: boolean; listsAsComponent: string[]; listsAsCharacter: string[]; aozoraAppearances: number; activeSoundMarkValue: string | null; variantGroupId: string | null; componentsTree: JsonValue; shuowenImageId: string | null; mnemonicKeyword: string | null; activeSoundMarkId: ...'.
|
ʦ TypeScript:
app/seedKanjisenseActiveSoundMarks.test.ts#L131
Type '{ KanjisenseFigure: { some: { id: string; }; }; }' is not assignable to type 'KanjisenseVariantGroupWhereInput'.
|
ʦ TypeScript:
app/seedKanjisenseActiveSoundMarks.test.ts#L138
Type '{ KanjisenseFigure: { some: { OR: ({ listsAsCharacter: { isEmpty: false; }; } | { firstClassUses: { some: { component: { id: { notIn: never[]; }; }; }; }; })[]; }; }; }' is not assignable to type 'KanjisenseVariantGroupWhereInput'.
|
ʦ TypeScript:
prisma/kanjisense/ComponentUseWithSignificance.ts#L3
'"@prisma/client"' has no exported member named 'KanjisenseComponentUseTag'. Did you mean 'KanjisenseComponentUse'?
|
ʦ TypeScript
Process completed with exit code 2.
|
⚡ Vitest
Process completed with exit code 1.
|
⚫️ Cypress
Process completed with exit code 1.
|
⬣ ESLint:
app/components/usePaddedPopper.tsx#L72
React Hook useEffect has missing dependencies: 'close' and 'referenceElement'. Either include them or remove the dependency array
|