Refactor registry client, remove issuerAuth. #845
Annotations
8 errors and 1 warning
Run npm run lint:
app/components/CredentialItem/CredentialItem.tsx#L90
Type '{ hasTVPreferredFocus: undefined; tvParallaxProperties: undefined; color: Color; }' is not assignable to type 'IntrinsicAttributes & Partial<IconProps> & Partial<ThemeProps<Partial<IconProps>>>'.
|
Run npm run lint:
app/components/MenuItem/MenuItem.tsx#L16
Type '{ children: (Element | undefined)[]; containerStyle: ViewStyle | TextStyle | ImageStyle; onPress: () => void; hasTVPreferredFocus: undefined; tvParallaxProperties: undefined; }' is not assignable to type 'IntrinsicAttributes & Omit<TouchableHighlightProps & { containerStyle?: StyleProp<ViewStyle>; disabledStyle?: StyleProp<...>; ... 6 more ...; children?: any; } & Partial<...>, keyof ThemeProps<...>> & { ...; } & TouchableHighlightProps & { ...; } & Partial<...>'.
|
Run npm run lint:
app/lib/credentialDisplay/shared/components/CardDetail.tsx#L21
Property 'fontSize' does not exist on type 'ViewStyle | TextStyle | ImageStyle'.
|
Run npm run lint:
app/lib/credentialDisplay/shared/components/CardDetail.tsx#L22
Property 'color' does not exist on type 'ViewStyle | TextStyle | ImageStyle'.
|
Run npm run lint:
app/navigation/SettingsNavigation/SettingsNavigation.tsx#L34
Type '{ hasTVPreferredFocus: undefined; tvParallaxProperties: undefined; color: Color; }' is not assignable to type 'IntrinsicAttributes & Partial<IconProps> & Partial<ThemeProps<Partial<IconProps>>>'.
|
Run npm run lint:
app/navigation/SettingsNavigation/SettingsNavigation.tsx#L41
Type '{ children: ({} | Element)[]; hasTVPreferredFocus: undefined; tvParallaxProperties: undefined; containerStyle: ViewStyle | TextStyle | ImageStyle; onPress: () => void; disabled: boolean | undefined; disabledStyle: ViewStyle | ... 1 more ... | ImageStyle; }' is not assignable to type 'IntrinsicAttributes & Omit<TouchableHighlightProps & { containerStyle?: StyleProp<ViewStyle>; disabledStyle?: StyleProp<...>; ... 6 more ...; children?: any; } & Partial<...>, keyof ThemeProps<...>> & { ...; } & TouchableHighlightProps & { ...; } & Partial<...>'.
|
Run npm run lint:
app/screens/ProfileSelectionScreen/ProfileSelectionScreen.tsx#L74
Type '{ hasTVPreferredFocus: undefined; tvParallaxProperties: undefined; color: Color; }' is not assignable to type 'IntrinsicAttributes & Partial<IconProps> & Partial<ThemeProps<Partial<IconProps>>>'.
|
Run npm run lint
Process completed with exit code 2.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading