initial implementation for url state #649
Annotations
8 errors and 2 warnings
src/plugins/data/public/ui/dataset_navigator/dataset_navigator.tsx#L148
React Hook useEffect has missing dependencies: 'dataSet', 'indexPatternId', and 'onSelectDataSet'. Either include them or remove the dependency array. If 'onSelectDataSet' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
src/plugins/data/public/ui/dataset_navigator/dataset_navigator.tsx#L323
'dataSet' is already declared in the upper scope
|
src/plugins/data/public/ui/dataset_navigator/dataset_navigator.tsx#L346
'dataSet' is already declared in the upper scope
|
src/plugins/data/public/ui/dataset_navigator/dataset_navigator.tsx#L363
'dataSet' is already declared in the upper scope
|
src/plugins/data_explorer/public/components/sidebar/index.tsx#L144
'dataSet' is already declared in the upper scope
|
src/plugins/discover/public/application/view_components/utils/use_index_pattern.ts#L34
'indexPatternIdFromState' is already declared in the upper scope
|
src/plugins/discover/public/application/view_components/utils/use_index_pattern.ts#L96
React Hook useEffect has a missing dependency: 'dataSetFromState'. Either include it or remove the dependency array
|
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "failure-artifacts-ci1".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job failed
Loading