Skip to content

Update JS

Update JS #5

Manually triggered August 16, 2023 03:57
Status Failure
Total duration 2m 38s
Artifacts

update-js.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Update JS: client/src/boot/BootRoutes.js#L14
`@apollo/client` import should occur before import of `lib/Config`
Update JS: client/src/boot/BootRoutes.js#L16
`redux-form` import should occur before import of `lib/Config`
Update JS: client/src/boot/BootRoutes.js#L18
`react-router` import should occur before import of `lib/Config`
Update JS: client/src/boot/applyTransforms.js#L3
`classnames` import should occur before import of `lib/Injector`
Update JS: client/src/boot/index.js#L2
`lib/Injector` import should occur after import of `redux-thunk`
Update JS: client/src/boot/registerReducers.js#L1
`lib/Injector` import should occur after import of `redux-form`
Update JS: client/src/components/ActionMenu/ActionMenu.js#L5
`classnames` import should occur before import of `i18n`
Update JS: client/src/components/ActionMenu/tests/ActionMenu-story.js#L3
`reactstrap` import should occur before import of `components/ActionMenu/ActionMenu`
Update JS: client/src/components/Button/BackButton.js#L3
`classnames` import should occur before import of `components/Button/Button`
Update JS: client/src/components/CheckboxSetField/CheckboxSetField.js#L4
`prop-types` import should occur before import of `components/OptionsetField/OptionField`