Fix position of hover tooltip + Layer fixes (#2159) #4974
main.yml
on: push
Check if we continue the process
3s
Deploy public
/
Cleanup gh-pages
Deploy public
/
Deploy gh-pages
Annotations
2 errors and 6 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.
|
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
|