chore(storybook): improved global storybook decorators #66
master.yml
on: push
Linting project
3m 28s
Creating a Production Build
3m 33s
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/index.ts#L8
Module './lib/components' has already exported a member named 'AnimationProvider'. Consider explicitly re-exporting to resolve the ambiguity.
|
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_'.
|
Linting project:
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
|
Linting project:
libs/editor/src/app/providers/modals-provider/ui/modals-context-provider.tsx#L25
React Hook useMemo has a missing dependency: 'SignIn'. Either include it or remove the dependency array
|
Linting project:
libs/editor/src/app/providers/modals-provider/ui/modals-context-provider.tsx#L48
React Hook useMemo has a missing dependency: 'toggle'. Either include it or remove the dependency array
|
Linting project:
libs/editor/src/app/providers/theme-loader/hooks/use-theme-loader/use-theme-loader.ts#L43
React Hook useEffect has missing dependencies: 'customBackground', 'customColor', 'defineCustomTheme', 'loader', and 'selectedTheme'. Either include them or remove the dependency array
|
Linting project:
libs/editor/src/entities/terminal-output/ui/terminal-output/terminal-output.tsx#L40
Do not use Array index in keys
|
Linting project:
libs/editor/src/widgets/editor-content/hooks/use-alt-navigation/use-alt-navigation.ts#L30
React Hook useEffect has missing dependencies: 'content', 'keyboard', and 'tabs'. Either include them or remove the dependency array
|
Linting project:
libs/editor/src/widgets/editor-content/hooks/use-keyboard-manager/use-keyboard-manager.ts#L40
React Hook useEffect has missing dependencies: 'actions.tabs', 'keyboard', 'openFile', 'saveFile', 'toggle', and 'toggleSettings'. Either include them or remove the dependency array
|
Linting project:
libs/editor/src/widgets/editor-content/ui/editor-content.tsx#L44
React Hook useEffect has a missing dependency: 'monaco?.editor'. Either include it or remove the dependency array
|
Linting project:
libs/editor/src/widgets/editor-content/ui/editor-content.tsx#L51
React Hook useEffect has a missing dependency: 'defineCustomTheme'. Either include it or remove the dependency array
|
Linting project:
libs/editor/src/widgets/terminal/ui/terminal.tsx#L32
React Hook useCallback has a missing dependency: 'modalsContext'. Either include it or remove the dependency array
|