Skip to content

fix(addLayer): Fix the add layer bugs #4972

fix(addLayer): Fix the add layer bugs

fix(addLayer): Fix the add layer bugs #4972

Triggered via pull request May 22, 2024 21:23
@jolevesqjolevesq
synchronize #2162
Status Success
Total duration 3m 57s
Artifacts

main.yml

on: pull_request_target
Check if we continue the process
16s
Check if we continue the process
Build demo files  /  build-geoview
3m 25s
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

10 warnings
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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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