Skip to content

Initial implementation of the right pane #63339

Initial implementation of the right pane

Initial implementation of the right pane #63339

Triggered via pull request February 6, 2025 23:51
Status Failure
Total duration 2m 6s
Artifacts

typecheck.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
typecheck: src/hooks/useResponsiveLayout/index.native.ts#L67
Property 'isExtraLargeScreenWidth' is missing in type '{ shouldUseNarrowLayout: true; isSmallScreenWidth: true; isInNarrowPaneModal: boolean; isExtraSmallScreenHeight: boolean; isExtraSmallScreenWidth: boolean; isMediumScreenWidth: false; onboardingIsMediumOrLargerScreenWidth: boolean; isLargeScreenWidth: false; isSmallScreen: true; }' but required in type 'ResponsiveLayoutResult'.
typecheck: src/libs/Navigation/AppNavigator/AuthScreens.tsx#L734
Type '(updateNarrow?: boolean) => void' is not assignable to type '(((event: GestureResponderEvent) => void) & ((event?: GestureResponderEvent | KeyboardEvent | undefined) => void | Promise<...>)) | (((event: GestureResponderEvent) => void) & ((event?: GestureResponderEvent | ... 1 more ... | undefined) => void | Promise<...>)) | undefined'.
typecheck: src/libs/Navigation/AppNavigator/AuthScreens.tsx#L742
Type '(updateNarrow?: boolean) => void' is not assignable to type '(((event: GestureResponderEvent) => void) & ((event?: GestureResponderEvent | KeyboardEvent | undefined) => void | Promise<...>)) | (((event: GestureResponderEvent) => void) & ((event?: GestureResponderEvent | ... 1 more ... | undefined) => void | Promise<...>)) | undefined'.
typecheck: tests/ui/ResizeScreenTests.tsx#L25
Property 'isExtraLargeScreenWidth' is missing in type '{ shouldUseNarrowLayout: true; isSmallScreenWidth: true; isInNarrowPaneModal: false; isExtraSmallScreenHeight: false; isMediumScreenWidth: false; isLargeScreenWidth: false; isExtraSmallScreenWidth: false; isSmallScreen: false; onboardingIsMediumOrLargerScreenWidth: false; }' but required in type 'ResponsiveLayoutResult'.
typecheck: tests/ui/components/ProductTrainingContextProvider.tsx#L62
Argument of type '{ shouldUseNarrowLayout: false; isSmallScreenWidth: boolean; isInNarrowPaneModal: boolean; isExtraSmallScreenHeight: boolean; isMediumScreenWidth: boolean; isLargeScreenWidth: boolean; isExtraSmallScreenWidth: boolean; isSmallScreen: boolean; onboardingIsMediumOrLargerScreenWidth: boolean; }' is not assignable to parameter of type 'ResponsiveLayoutResult'.
typecheck: tests/ui/components/ProductTrainingContextProvider.tsx#L186
Argument of type '{ shouldUseNarrowLayout: false; isSmallScreenWidth: boolean; isInNarrowPaneModal: boolean; isExtraSmallScreenHeight: boolean; isMediumScreenWidth: boolean; isLargeScreenWidth: boolean; isExtraSmallScreenWidth: boolean; isSmallScreen: boolean; onboardingIsMediumOrLargerScreenWidth: boolean; }' is not assignable to parameter of type 'ResponsiveLayoutResult'.
typecheck: tests/ui/components/ProductTrainingContextProvider.tsx#L197
Argument of type '{ shouldUseNarrowLayout: true; isSmallScreenWidth: boolean; isInNarrowPaneModal: boolean; isExtraSmallScreenHeight: boolean; isMediumScreenWidth: boolean; isLargeScreenWidth: boolean; isExtraSmallScreenWidth: boolean; isSmallScreen: boolean; onboardingIsMediumOrLargerScreenWidth: boolean; }' is not assignable to parameter of type 'ResponsiveLayoutResult'.
typecheck: tests/ui/components/ProductTrainingContextProvider.tsx#L206
Argument of type '{ shouldUseNarrowLayout: true; isSmallScreenWidth: boolean; isInNarrowPaneModal: boolean; isExtraSmallScreenHeight: boolean; isMediumScreenWidth: boolean; isLargeScreenWidth: boolean; isExtraSmallScreenWidth: boolean; isSmallScreen: boolean; onboardingIsMediumOrLargerScreenWidth: boolean; }' is not assignable to parameter of type 'ResponsiveLayoutResult'.
typecheck: tests/ui/components/ProductTrainingContextProvider.tsx#L217
Argument of type '{ shouldUseNarrowLayout: false; isSmallScreenWidth: boolean; isInNarrowPaneModal: boolean; isExtraSmallScreenHeight: boolean; isMediumScreenWidth: boolean; isLargeScreenWidth: boolean; isExtraSmallScreenWidth: boolean; isSmallScreen: boolean; onboardingIsMediumOrLargerScreenWidth: boolean; }' is not assignable to parameter of type 'ResponsiveLayoutResult'.