[workflow/test] Fixing test cases and code checks #6
Annotations
10 errors
|
Type Check:
src/packages/react-native-material-elements/examples/whats-app/UserList.tsx#L32
Type '{ children: Element[]; display: string; flexDirection: string; }' is not assignable to type 'IntrinsicAttributes & Omit<BoxProps, "ref"> & RefAttributes<View>'.
|
|
Type Check:
src/packages/react-native-material-elements/examples/whats-app/UserList.tsx#L26
Type '{ children: string; fontSize: number; }' is not assignable to type 'IntrinsicAttributes & Omit<TextProps, "ref"> & RefAttributes<Text>'.
|
|
Type Check:
src/packages/react-native-material-elements/examples/whats-app/UserList.tsx#L24
Type '{ children: Element[]; paddingBottom: number; display: string; flexDirection: string; alignItems: string; justifyContent: string; }' is not assignable to type 'IntrinsicAttributes & Omit<BoxProps, "ref"> & RefAttributes<View>'.
|
|
Type Check:
src/packages/react-native-material-elements/examples/Menu/MenuWithIcons.tsx#L66
Type '{ children: Element; paddingRight: number; }' is not assignable to type 'IntrinsicAttributes & Omit<ListItemIconProps, "ref"> & RefAttributes<View>'.
|
|
Type Check:
src/packages/react-native-material-elements/examples/Menu/MenuWithIcons.tsx#L59
Type '{ children: Element; paddingRight: number; }' is not assignable to type 'IntrinsicAttributes & Omit<ListItemIconProps, "ref"> & RefAttributes<View>'.
|
|
Type Check:
src/packages/react-native-material-elements/examples/Menu/MenuWithIcons.tsx#L53
Type '{ children: Element; paddingRight: number; }' is not assignable to type 'IntrinsicAttributes & Omit<ListItemIconProps, "ref"> & RefAttributes<View>'.
|
|
Type Check:
src/packages/react-native-material-elements/examples/Menu/MenuWithIcons.tsx#L47
Type '{ children: Element; paddingRight: number; }' is not assignable to type 'IntrinsicAttributes & Omit<ListItemIconProps, "ref"> & RefAttributes<View>'.
|
|
Type Check:
src/packages/react-native-material-elements/examples/AppBar.tsx#L16
Type '{ children: Element; flex: number; display: string; justifyContent: string; alignItems: string; }' is not assignable to type 'IntrinsicAttributes & Omit<BoxProps, "ref"> & RefAttributes<View>'.
|
|
Type Check:
src/packages/react-native-material-elements/examples/AppBar.tsx#L13
Type '{ children: Element; flex: number; display: string; justifyContent: string; alignItems: string; }' is not assignable to type 'IntrinsicAttributes & Omit<BoxProps, "ref"> & RefAttributes<View>'.
|
|
Type Check:
src/packages/react-native-material-elements/examples/AppBar.tsx#L10
Type '{ children: Element; flex: number; }' is not assignable to type 'IntrinsicAttributes & Omit<BoxProps, "ref"> & RefAttributes<View>'.
|