This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
frontend(build): update connectrpc package #169
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
validate-desktop.yml
on: push
validate-test-desktop
4m 36s
Annotations
10 errors
validate-test-desktop
Type 'string | undefined' is not assignable to type 'WithThemeShorthandsAndPseudos<StackStylePropsBase> | undefined'.
|
validate-test-desktop
Property 'children' is incompatible with index signature.
|
validate-test-desktop
Type '{ children: string; }' is not assignable to type 'Partial<TextContextStyles & { textProps?: Partial<Omit<TextProps, "children" | "onLayout" | keyof GestureResponderHandlers | "style"> & ... 9 more ... & MediaProps<...>> | undefined; noTextWrap?: boolean | undefined; } & ... 15 more ... & RefAttributes<...>>'.
|
validate-test-desktop
Argument of type '{ marginHorizontal: "auto"; paddingHorizontal: "$4"; paddingVertical: "$6"; width: "100%"; $gtSm: { maxWidth: number; paddingRight: "$2"; }; $gtMd: { maxWidth: number; paddingRight: "$2"; }; $gtLg: { ...; }; variants: { ...; }; }' is not assignable to parameter of type 'Omit<ViewProps, "display" | "children" | "onLayout" | keyof GestureResponderHandlers | "style"> & ExtendBaseStackProps & ... 10 more ... & { ...; }'.
|
validate-test-desktop
Argument of type '{ marginHorizontal: "auto"; paddingHorizontal: "$4"; paddingVertical: "$6"; width: "100%"; maxWidth: number; $gtLg: { maxWidth: number; }; variants: { readonly hide: { readonly true: { readonly pointerEvents: "none"; readonly opacity: 0; }; }; readonly clearVerticalSpace: { ...; }; }; }' is not assignable to parameter of type 'Omit<ViewProps, "display" | "children" | "onLayout" | keyof GestureResponderHandlers | "style"> & ExtendBaseStackProps & ... 10 more ... & { ...; }'.
|
validate-test-desktop
Argument of type '{ marginHorizontal: "auto"; paddingHorizontal: "$4"; paddingVertical: "$6"; width: "100%"; $gtSm: { maxWidth: number; }; $gtMd: { maxWidth: number; }; $gtLg: { maxWidth: number; }; variants: { readonly hide: { readonly true: { ...; }; }; readonly clearVerticalSpace: { ...; }; }; }' is not assignable to parameter of type 'Omit<ViewProps, "display" | "children" | "onLayout" | keyof GestureResponderHandlers | "style"> & ExtendBaseStackProps & ... 10 more ... & { ...; }'.
|
validate-test-desktop
Argument of type '{ marginHorizontal: number; paddingVertical: number; width: "100%"; borderColor: "transparent"; borderTopColor: "$color5"; borderWidth: "1px"; alignItems: "stretch"; borderStyle: "solid"; flex: number; flexGrow: number; flexShrink: number; minHeight: number; }' is not assignable to parameter of type 'Omit<ViewProps, "display" | "children" | "onLayout" | keyof GestureResponderHandlers | "style"> & ExtendBaseStackProps & ... 10 more ... & { ...; }'.
|
validate-test-desktop
Argument of type '{ flexDirection: "column"; fullscreen: true; backgroundColor: "$blue10"; }' is not assignable to parameter of type 'Omit<ViewProps, "display" | "children" | "onLayout" | keyof GestureResponderHandlers | "style"> & ExtendBaseStackProps & ... 10 more ... & { ...; }'.
|
validate-test-desktop
Argument of type '{ flex: number; overflow: "hidden"; }' is not assignable to parameter of type 'Omit<ViewProps, "display" | "children" | "onLayout" | keyof GestureResponderHandlers | "style"> & ExtendBaseStackProps & ... 10 more ... & { ...; }'.
|
validate-test-desktop
Type '{ children: any; id?: string | undefined; hitSlop?: Insets | (Insets & number) | undefined; pointerEvents?: "none" | "box-none" | "box-only" | "auto" | undefined; removeClippedSubviews?: boolean | undefined; ... 314 more ...; enterStyle?: Partial<...> | ... 1 more ... | undefined; }' is not assignable to type 'MediaProps<Partial<Omit<ViewProps, "display" | "children" | "onLayout" | keyof GestureResponderHandlers | "style"> & ExtendBaseStackProps & ... 7 more ... & { ...; }>>'.
|