Add workflow step dependency to form questions #1738
deploy_sunnyawards.yml
on: pull_request
Build app
5m 30s
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 e2e
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#L213
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#L235
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#L261
React Hook useEffect has a missing dependency: 'setPageProps'. Either include it 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/form/FormField.tsx#L102
React Hook useEffect has a missing dependency: 'shouldFocus'. Either include it or remove the dependency array
|
Test app:
components/common/form/FormField.tsx#L128
React Hook useMemo has a missing dependency: 'space?.domain'. Either include it or remove the dependency array
|
Test app:
components/common/form/FormField.tsx#L128
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
Test app:
components/common/form/fields/Select/SelectOptionEdit.tsx#L79
React Hook useMemo has missing dependencies: 'onDelete', 'onSave', and 'onToggleOptionEdit'. Either include them or remove the dependency array. If 'onDelete' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
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']
|