Develop #6
Annotations
10 errors
|
test:
src/components/ui/grid/index.tsx#L16
Cannot find module '@nativewind-utils/useBreakpointValue' or its corresponding type declarations.
|
|
test:
src/components/ui/grid/index.tsx#L312
Right operand of ?? is unreachable because the left operand is never nullish.
|
|
test:
src/components/ui/popover/index.tsx#L34
Type '(<TAnimate, TAnimateProps>(p: AnimatedProps<ViewProps & RefAttributes<View>> & MotionComponentProps<typeof View, ViewStyle, TAnimate, TAnimateProps, unknown>, ref: Ref<...>) => ReactElement<...>) | ForwardRefExoticComponent<...>' is not assignable to type 'ComponentType<AnimatedProps<ViewProps & RefAttributes<View>> & MotionComponentProps<typeof View, ViewStyle, unknown, unknown, unknown>>'.
|
|
test:
src/components/ui/radio/index.tsx#L144
Type 'ForwardRefExoticComponent<Omit<IPrimitiveIcon & RefAttributes<Svg>, "ref"> & RefAttributes<Svg>> | ForwardRefExoticComponent<...>' is not assignable to type 'ComponentType<Omit<IPrimitiveIcon & RefAttributes<Svg>, "ref"> & RefAttributes<Svg>>'.
|
|
test:
src/components/ui/radio/index.tsx#L145
Type 'ForwardRefExoticComponent<ViewProps & RefAttributes<View>> | ForwardRefExoticComponent<Omit<ViewProps & RefAttributes<View>, "ref"> & WithStatesProps & RefAttributes<...>>' is not assignable to type 'ComponentType<ViewProps & RefAttributes<View>>'.
|
|
test:
src/components/ui/radio/index.tsx#L147
Type 'ForwardRefExoticComponent<TextProps & RefAttributes<Text>> | ForwardRefExoticComponent<Omit<TextProps & RefAttributes<Text>, "ref"> & WithStatesProps & RefAttributes<...>>' is not assignable to type 'ComponentType<TextProps & RefAttributes<Text>>'.
|
|
test:
src/components/ui/radio/index.tsx#L156
Type '"style"' is not assignable to type 'boolean | keyof RefAttributes<Svg> | keyof IPrimitiveIcon'.
|
|
test:
src/components/ui/select/index.tsx#L182
Type '"style"' is not assignable to type 'boolean | keyof IPrimitiveIcon | keyof RefAttributes<IPrimitiveIcon & RefAttributes<Svg>>'.
|
|
test:
src/components/ui/select/index.tsx#L311
Property 'ItemText' does not exist on type 'ISelectComponentType<ViewProps, Omit<Omit<PressableProps & RefAttributes<View>, "ref"> & RefAttributes<View>, "ref"> & WithStyleContextProps & RefAttributes<...>, ... 13 more ..., Omit<...> & RefAttributes<...>>'.
|
|
test:
src/components/ui/select/select-actionsheet.tsx#L120
Type '"style"' is not assignable to type 'boolean | keyof IPrimitiveIcon | keyof RefAttributes<IPrimitiveIcon & RefAttributes<Svg>> | { target: false; nativeStyleToProp: { ...; }; } | { ...; }'.
|