test build #1916
Annotations
10 errors
web/js/mapUI/mapUI.js#L51
`reactstrap` import should occur before import of `./components/layers/addLayer`
|
web/js/mapUI/mapUI.js#L349
'layersWithoutProjections' is never reassigned. Use 'const' instead
|
web/js/mapUI/mapUI.js#L350
Use object destructuring
|
web/js/mapUI/mapUI.js#L355
for..in loops iterate over the entire prototype chain, which is virtually never what you want. Use Object.{keys,values,entries}, and iterate over the resulting array
|
web/js/mapUI/mapUI.js#L355
'key' is never reassigned. Use 'const' instead
|
web/js/mapUI/mapUI.js#L356
Do not access Object.prototype method 'hasOwnProperty' from target object
|
web/js/mapUI/mapUI.js#L361
'layerCount' is never reassigned. Use 'const' instead
|
web/js/mapUI/mapUI.js#L365
Missing semicolon
|
web/js/mapUI/mapUI.js#L368
Unexpected block statement surrounding arrow body; move the returned value immediately after the `=>`
|
web/js/mapUI/mapUI.js#L371
There should be no space after '{'
|
The logs for this run have expired and are no longer available.
Loading