Feature/profile #723
Annotations
7 errors and 2 warnings
|
Build and Test
Process completed with exit code 2.
|
|
Build and Test
profile#type-check: command (/home/runner/work/boolti-web/boolti-web/apps/profile) /tmp/xfs-7163a820/yarn run type-check exited (2)
|
|
Build and Test
Type '{ children: Element[]; style: { width: string; height: string; }; autoHeight: true; ref: MutableRefObject<SwiperRef>; spaceBetween: number; slidesPerView: number; onSlideChange: (swiper: SwiperClass) => void; }' is not assignable to type 'IntrinsicAttributes & SwiperProps'.
|
|
Build and Test
Module '"swiper/react"' has no exported member 'SwiperClass'.
|
|
Build and Test
'"swiper/react"' has no exported member named 'SwiperRef'. Did you mean 'Swiper'?
|
|
Build and Test
Type 'import("/home/runner/work/boolti-web/boolti-web/.yarn/cache/swiper-npm-11.0.7-d14c0a02a9-d27b8c3b5d.zip/node_modules/swiper/types/shared").SwiperModule' is not assignable to type 'import("/home/runner/work/boolti-web/boolti-web/.yarn/cache/swiper-npm-12.0.3-2debafdbb3-a854531791.zip/node_modules/swiper/types/shared").SwiperModule'.
|
|
Build and Test
'"swiper/react"' has no exported member named 'useSwiper'. Did you mean 'Swiper'?
|
|
Build and Test:
apps/admin/src/hooks/usePopupDialog.tsx#L59
React Hook useEffect has missing dependencies: 'eventPopupDialog', 'getCookie', and 'noticePopupDialog'. Either include them or remove the dependency array
|
|
Build and Test:
apps/admin/src/components/ErrorBoundary/AuthErrorBoundary.tsx#L53
React Hook useEffect has missing dependencies: 'error', 'navigate', and 'resetErrorBoundary'. Either include them or remove the dependency array. If 'resetErrorBoundary' changes too often, find the parent component that defines it and wrap that definition in useCallback
|