[Feature] [WRS-2212] Integrate SDK with multiple event subscriptions support #1129
Annotations
12 warnings
build (20)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build (20)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build (20):
src/components/itemBrowser/ItemBrowser.tsx#L268
React Hook useCallback has a missing dependency: 'setNavigationStack'. Either include it or remove the dependency array
|
build (20):
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
|
build (20):
src/components/variables/useDataSourceInputHandler.ts#L32
React Hook useCallback has a missing dependency: 'requiresUserAuthorizationCheck'. Either include it or remove the dependency array
|
build (20):
src/contexts/ShortcutManager/ShortcutProvider.tsx#L72
React Hook useMemo has missing dependencies: 'handleKeyDown' and 'iframe'. Either include them or remove the dependency array
|
build (20):
src/main.tsx#L32
Forbidden non-null assertion
|
build (20):
src/tests/VariablesComponents.test.tsx#L51
Forbidden non-null assertion
|
build (20):
src/tests/components/variablesComponents/booleanVariable/BooleanVariable.test.tsx#L18
Forbidden non-null assertion
|
build (20):
src/tests/components/variablesComponents/booleanVariable/BooleanVariable.test.tsx#L33
Forbidden non-null assertion
|
build (20):
src/tests/integration/StudioLoaderExpiredTokenSDK.test.tsx#L55
Unexpected any. Specify a different type
|
build (20):
src/tests/integration/StudioLoaderExpiredTokenSDK.test.tsx#L86
Unexpected any. Specify a different type
|