Build and deploy #14
Annotations
6 warnings
Build app:
src/packages/geonode-search/ui/ReactDatePicker.tsx#L151
React Hook useCallback has a missing dependency: 'onChange'. Either include it or remove the dependency array. If 'onChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Build app:
src/packages/geonode-core/GeoNodeConfigService.ts#L3
'DeclaredService' is defined but never used
|
Build app:
src/packages/geonode-core/GeoNodeConfigService.ts#L3
'Service' is defined but never used
|
Lint code:
src/packages/geonode-core/GeoNodeConfigService.ts#L3
'DeclaredService' is defined but never used
|
Lint code:
src/packages/geonode-core/GeoNodeConfigService.ts#L3
'Service' is defined but never used
|
Lint code:
src/packages/geonode-search/ui/ReactDatePicker.tsx#L151
React Hook useCallback has a missing dependency: 'onChange'. Either include it or remove the dependency array. If 'onChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Loading