[Fix][WRS-2174] Use project name as file name for outputs (#250) #246
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
run linting:
src/components/itemBrowser/ItemBrowser.tsx#L272
React Hook useCallback has a missing dependency: 'setNavigationStack'. Either include it or remove the dependency array
|
run linting:
src/components/pagesPanel/Pages.tsx#L80
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/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/VariablesComponents.test.tsx#L55
Forbidden non-null assertion
|
run linting:
src/tests/components/variablesComponents/booleanVariable/BooleanVariable.test.tsx#L26
Forbidden non-null assertion
|
run linting:
src/tests/components/variablesComponents/booleanVariable/BooleanVariable.test.tsx#L41
Forbidden non-null assertion
|
run linting:
src/tests/integration/StudioLoaderExpiredTokenSDK.test.tsx#L55
Unexpected any. Specify a different type
|
run linting:
src/tests/integration/StudioLoaderExpiredTokenSDK.test.tsx#L86
Unexpected any. Specify a different type
|
run linting:
src/tests/navbar/StudioNavbar.test.tsx#L67
Unexpected any. Specify a different type
|
Loading