update error UI #796
Annotations
10 errors and 4 warnings
|
run-unit-tests:
packages/core/src/internals/getRuleErrorInfo.tsx#L24
Type '{ CONTRAST_FAILED: { url: string; message: string; }; CONTRAST_FAILED_AAA: string; MINIMUM_SIZE: string; UPPERCASE_TEXT_NO_ACCESSIBILITY_LABEL: string; NO_UPPERCASE_TEXT: string; NO_ACCESSIBILITY_LABEL: { ...; }; ... 9 more ...; NO_FORM_LABEL_ENDING_WITH_ASTERISK: string; } | null' is not assignable to type 'RuleHelp | null'.
|
|
run-unit-tests:
packages/core/src/internals/AMAError.tsx#L275
Property 'borderColor' does not exist on type '{ position: "absolute"; left: number; right: number; backgroundColor: string; padding: number; borderRadius: number; justifyContent: "center"; alignItems: "center"; zIndex: number; shadowOffset: { ...; }; ... 4 more ...; borderWidth: number; }'.
|
|
run-unit-tests:
packages/core/src/internals/AMAError.tsx#L262
'GetRuleError' cannot be used as a JSX component.
|
|
run-unit-tests:
packages/core/src/internals/AMAError.tsx#L262
JSX element type 'GetRuleError' does not have any construct or call signatures.
|
|
run-unit-tests:
packages/core/src/hooks/useTimedAction.ios.test.ts#L32
Cannot find name 'global'.
|
|
run-unit-tests:
packages/core/src/hooks/useTimedAction.ios.test.ts#L16
Cannot find name 'global'.
|
|
run-unit-tests:
packages/core/src/hooks/useTimedAction.android.test.ts#L22
Cannot find name 'global'.
|
|
run-unit-tests:
packages/core/src/ReactNativeAmaView.tsx#L8
Type '{ url: string; onLoad: (event: { nativeEvent: OnLoadEventPayload; }) => void; style?: StyleProp<ViewStyle>; }' has no properties in common with type 'IntrinsicAttributes'.
|
|
run-unit-tests:
packages/core/scripts/create-config.ts#L2
Cannot find module 'path' or its corresponding type declarations.
|
|
run-unit-tests:
packages/core/scripts/create-config.ts#L1
Cannot find module 'fs' or its corresponding type declarations.
|
|
run-unit-tests:
packages/internal/src/checks/contrastChecker.test.ts#L185
Test has no assertions
|
|
run-unit-tests:
packages/extras/src/components/Carousel.tsx#L6
'@typescript-eslint/no-explicit-any' rule is disabled but never reported
|
|
run-unit-tests:
packages/extras/src/components/BottomSheet.test.tsx#L358
Tests should not be skipped
|
|
run-unit-tests:
packages/extras/src/components/BottomSheet.test.tsx#L293
Tests should not be skipped
|