feat: add weather widget #3516
Annotations
2 errors and 1 warning
Run type check:
src/components/widgets/WeatherWidget.tsx#L40
Type '{ children: Element; id: string; isLoading: boolean; isEditing: boolean; style: StyleProp<ViewStyle>; testID: string | undefined; onPressIn: (() => void) | undefined; onLongPress: (() => void) | undefined; }' is not assignable to type 'IntrinsicAttributes & { id: string; children: ReactElement<any, string | JSXElementConstructor<any>>; isEditing?: boolean | undefined; ... 4 more ...; onLongPress?: (() => void) | undefined; }'.
|
Run type check
Process completed with exit code 2.
|
Run type check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|