Proposals tables export (#5060) #1809
Annotations
5 warnings
Run eslint on changed files:
components/common/DatabaseEditor/components/viewSidebar/viewSidebar.tsx#L74
React Hook useCallback has a missing dependency: 'currentSpace'. Either include it or remove the dependency array
|
Run eslint on changed files:
components/common/DatabaseEditor/components/viewSidebar/viewSidebar.tsx#L82
React Hook useEffect has a missing dependency: 'props.view'. Either include it or remove the dependency array. If 'setSidebarView' needs the current value of 'props.view', you can also switch to useReducer instead of useState and read 'props.view' in the reducer
|
Run eslint on changed files:
components/proposals/components/UserProposalsTables/ActionableProposalsTable.tsx#L42
React Hook useCallback has a missing dependency: 'space'. Either include it or remove the dependency array
|
Run eslint on changed files:
components/proposals/components/UserProposalsTables/ActionableProposalsTable.tsx#L42
React Hook useCallback has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
Run eslint on changed files
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']
|
Loading