Skip to content

fix(Appbar): refactor appbar for export modal #closes2161 #5018

fix(Appbar): refactor appbar for export modal #closes2161

fix(Appbar): refactor appbar for export modal #closes2161 #5018

Triggered via pull request May 28, 2024 13:43
@kaminderpalkaminderpal
synchronize #2174
Status Cancelled
Total duration 3m 21s
Artifacts

main.yml

on: pull_request_target
Check if we continue the process
15s
Check if we continue the process
Build demo files  /  build-geoview
2m 48s
Build demo files / build-geoview
Deploy public  /  Cleanup gh-pages
Deploy public / Cleanup gh-pages
Deploy public  /  Deploy gh-pages
Deploy public / Deploy gh-pages
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
Build demo files / build-geoview
Canceling since a higher priority waiting request for 'pages' exists
Build demo files / build-geoview
The operation was canceled.
Check if we continue the process
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: JamesSingleton/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check if we continue the process
The following actions uses node12 which is deprecated and will be forced to run on node16: JamesSingleton/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check if we continue the process
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 demo files / build-geoview: packages/geoview-core/src/core/components/common/layout.tsx#L91
React Hook useCallback has missing dependencies: 'theme.breakpoints' and 'theme.palette.geoViewFontSize.lg'. Either include them or remove the dependency array
Build demo files / build-geoview: packages/geoview-core/src/core/components/crosshair/crosshair.tsx#L52
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Build demo files / build-geoview: packages/geoview-core/src/core/components/data-table/data-panel.tsx#L75
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Build demo files / build-geoview: packages/geoview-core/src/core/components/geolocator/geo-list.tsx#L84
Promise-returning function provided to attribute where a void return was expected
Build demo files / build-geoview: packages/geoview-core/src/core/components/layers/left-panel/single-layer.tsx#L159
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
Build demo files / build-geoview: packages/geoview-core/src/core/components/nav-bar/buttons/home.tsx#L24
Promise-returning function provided to attribute where a void return was expected
Build demo files / build-geoview: packages/geoview-core/src/core/components/nav-bar/buttons/location.tsx#L30
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator