fix(ci): fixed storybook build #68
Annotations
10 warnings
libs/ui/src/popover/ui/popover.tsx#L20
React Hook useEffect has a missing dependency: 'motion'. Either include it or remove the dependency array
|
apps/client/src/shared/lib/components/page/auth-guard.tsx#L37
React Hook useEffect has missing dependencies: 'isAuthorized' and 'navigate'. Either include them or remove the dependency array
|
libs/client-shared/src/hooks/use-alt-key-down.ts#L8
Unexpected any. Specify a different type
|
libs/client-shared/src/hooks/use-alt-key-down.ts#L20
Unexpected any. Specify a different type
|
libs/client-shared/src/hooks/use-async-effect.ts#L9
React Hook useEffect was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
|
libs/client-shared/src/hooks/use-async-effect.ts#L9
React Hook useEffect has a missing dependency: 'cb'. Either include it or remove the dependency array. If 'cb' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
libs/client-shared/src/hooks/use-debounce.ts#L6
Unexpected any. Specify a different type
|
libs/client-shared/src/hooks/use-debounce.ts#L11
Unexpected any. Specify a different type
|
libs/client-shared/src/hooks/use-filtered-effect.ts#L18
React Hook useEffect was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
|
libs/client-shared/src/hooks/use-filtered-effect.ts#L18
React Hook useEffect has missing dependencies: 'callback' and 'deps'. Either include them or remove the dependency array. If 'callback' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
The logs for this run have expired and are no longer available.
Loading