Fill in figure popover #19
Annotations
6 errors and 1 warning
⚡ Vitest
Process completed with exit code 1.
|
ʦ TypeScript:
app/components/usePaddedPopper.tsx#L3
'"react-popper"' has no exported member named 'Modifiers'. Did you mean 'Modifier'?
|
ʦ TypeScript:
app/features/dictionary/SingleFigureDictionaryEntry.tsx#L46
Type '{ badgeProps: BadgeProps; lists: KanjiListCode[]; isSoundMark: boolean; isAtomic: boolean; }' is not assignable to type 'IntrinsicAttributes & { badgeProps: BadgeProps; isSoundMark: boolean; isAtomic: boolean; className?: string | undefined; }'.
|
ʦ 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.
|
⚫️ Cypress
Process completed with exit code 1.
|
⬣ ESLint:
app/components/usePaddedPopper.tsx#L85
React Hook useEffect has missing dependencies: 'close' and 'referenceElement'. Either include them or remove the dependency array
|