Add workflow step dependency to form questions #1741
deploy_sunnyawards.yml
on: pull_request
Build app
5m 43s
Deploy to staging
0s
Matrix: Deploy to production
Notify Discord of failure
0s
Annotations
13 warnings
Build app
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test app:
components/[pageId]/DocumentPage/DocumentPage.tsx#L203
React Hook useCallback has missing dependencies: 'insideModal', 'navigateToSpacePath', and 'updateURLQuery'. Either include them or remove the dependency array
|
Test app:
components/[pageId]/DocumentPage/DocumentPage.tsx#L225
React Hook useEffect has missing dependencies: 'card', 'dispatch', 'page.parentId', and 'page?.type'. Either include them or remove the dependency array
|
Test app:
components/[pageId]/DocumentPage/DocumentPage.tsx#L251
React Hook useEffect has a missing dependency: 'setPageProps'. Either include it or remove the dependency array
|
Test app:
components/[pageId]/DocumentPage/DocumentPageWithSidebars.tsx#L76
React Hook useEffect has a missing dependency: 'closeSidebar'. Either include it or remove the dependency array
|
Test app:
components/[pageId]/DocumentPage/DocumentPageWithSidebars.tsx#L102
React Hook useEffect has missing dependencies: 'isMdScreen', 'setActiveView', 'sidebarView', and 'threads'. Either include them or remove the dependency array
|
Test app:
components/[pageId]/DocumentPage/DocumentPageWithSidebars.tsx#L117
React Hook useEffect has missing dependencies: 'defaultSidebarView' and 'setActiveView'. Either include them or remove the dependency array
|
Test app:
components/[pageId]/DocumentPage/components/Sidebar/components/CommentsSidebar.tsx#L134
React Hook useLayoutEffect has missing dependencies: 'openSidebar', 'resolvedThreads', 'router.pathname', and 'setThreadFilter'. Either include them or remove the dependency array. If 'openSidebar' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Test app:
components/common/DatabaseEditor/components/propertyValueElement.tsx#L212
React Hook useEffect has missing dependencies: 'props.card.fields.properties', 'props.propertyTemplate.id', and 'serverValue'. Either include them or remove the dependency array. If 'setServerValue' needs the current value of 'props.card.fields.properties', you can also switch to useReducer instead of useState and read 'props.card.fields.properties' in the reducer
|
Test app:
components/common/DatabaseEditor/components/propertyValueElement.tsx#L212
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
Test app:
components/common/PageDialog/PageDialog.tsx#L75
React Hook useEffect has missing dependencies: 'contentType' and 'popupState'. Either include them or remove the dependency array
|
Test app
Unexpected input(s) 'warn_ignored', valid inputs are ['token', 'all_files', 'config_path', 'ignore_patterns', 'file_extensions', 'extra_args', 'skip_annotations', 'level', 'reporter', 'filter_mode', 'fail_on_error', 'path', 'skip_initial_fetch', 'use_rest_api', 'escape_paths', 'ignore_path']
|
Test e2e
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|