chore: decomposed ui library from client-shared #63
master.yml
on: push
Linting project
4m 34s
Creating a Production Build
3m 45s
Annotations
10 errors and 10 warnings
Creating a Production Build:
libs/client-shared/src/config/apollo-client.ts#L1
Cannot find module '@/lib/helpers' or its corresponding type declarations.
|
Creating a Production Build:
libs/client-shared/src/config/apollo-client.ts#L2
Cannot find module '@/types' or its corresponding type declarations.
|
Creating a Production Build:
libs/client-shared/src/config/apollo-client.ts#L6
Cannot find module '$/config' or its corresponding type declarations.
|
Creating a Production Build:
libs/client-shared/src/config/axios.ts#L3
Cannot find module '$/config' or its corresponding type declarations.
|
Creating a Production Build:
libs/client-shared/src/hooks/use-alt-key-down.ts#L3
Cannot find module '@/types' or its corresponding type declarations.
|
Creating a Production Build:
libs/client-shared/src/hooks/use-notifications.ts#L3
Cannot find module '@/providers' or its corresponding type declarations.
|
Creating a Production Build:
libs/client-shared/src/lib/apollo/apollo-middleware.ts#L1
Cannot find module '@/config' or its corresponding type declarations.
|
Creating a Production Build:
libs/client-shared/src/lib/apollo/apollo-middleware.ts#L2
Cannot find module '@/types' or its corresponding type declarations.
|
Creating a Production Build:
libs/client-shared/src/lib/apollo/apollo-middleware.ts#L41
Cannot find name '_isDev_'.
|
Creating a Production Build:
libs/client-shared/src/lib/components/Display.ts#L1
Cannot find module '@/types' or its corresponding type declarations.
|
Linting project:
libs/ui/src/popover/ui/popover.tsx#L20
React Hook useEffect has a missing dependency: 'motion'. Either include it or remove the dependency array
|
Linting project:
libs/client-shared/src/hooks/use-alt-key-down.ts#L8
Unexpected any. Specify a different type
|
Linting project:
libs/client-shared/src/hooks/use-alt-key-down.ts#L20
Unexpected any. Specify a different type
|
Linting project:
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
|
Linting project:
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
|
Linting project:
libs/client-shared/src/hooks/use-debounce.ts#L6
Unexpected any. Specify a different type
|
Linting project:
libs/client-shared/src/hooks/use-debounce.ts#L11
Unexpected any. Specify a different type
|
Linting project:
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
|
Linting project:
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
|
Linting project:
libs/client-shared/src/providers/animation-provider.tsx#L36
React Hook useEffect has a missing dependency: 'loadLibraries'. Either include it or remove the dependency array
|