fix(Appbar): refactor appbar for export modal #closes2161 (#2174) #5032
Annotations
8 warnings
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/.
|
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
|
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
|
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
|
packages/geoview-core/src/core/components/geolocator/geo-list.tsx#L84
Promise-returning function provided to attribute where a void return was expected
|
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
|
packages/geoview-core/src/core/components/nav-bar/buttons/home.tsx#L24
Promise-returning function provided to attribute where a void return was expected
|
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
|
This job succeeded
Loading