[Fix] [GRAFX-4154] Adjust output settings interface by replacing outp… #267
Annotations
7 warnings
run linting:
src/components/itemBrowser/ItemBrowser.tsx#L268
React Hook useCallback has a missing dependency: 'setNavigationStack'. Either include it or remove the dependency array
|
run linting:
src/components/pagesPanel/Pages.tsx#L86
React Hook useEffect has a missing dependency: 'pages'. Either include it or remove the dependency array. If 'setPageSnapshots' needs the current value of 'pages', you can also switch to useReducer instead of useState and read 'pages' in the reducer
|
run linting:
src/components/variables/useDataSourceInputHandler.ts#L32
React Hook useCallback has a missing dependency: 'requiresUserAuthorizationCheck'. Either include it or remove the dependency array
|
run linting:
src/contexts/ShortcutManager/ShortcutProvider.tsx#L72
React Hook useMemo has missing dependencies: 'handleKeyDown' and 'iframe'. Either include them or remove the dependency array
|
run linting:
src/main.tsx#L32
Forbidden non-null assertion
|
run linting:
src/tests/integration/FocusAndBlurVariables.test.tsx#L111
Unexpected any. Specify a different type
|
run linting:
src/types/types.ts#L34
Unexpected any. Specify a different type
|
Loading