Skip to content

improve typing

improve typing #259

Triggered via pull request July 17, 2023 18:01
Status Success
Total duration 1m 55s
Artifacts

build_test_deploy.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build (20.x): libs/store/src/lib/store.hook.ts#L1
'useDispatch' import from 'react-redux' is restricted. Use typed hooks `useAppDispatch` and `useAppSelector` instead
build (20.x): libs/store/src/lib/store.hook.ts#L1
'useSelector' import from 'react-redux' is restricted. Use typed hooks `useAppDispatch` and `useAppSelector` instead
build (20.x): libs/pages/summary/src/lib/ui/summary.tsx#L6
'Text' is defined but never used
build (20.x): apps/yadoms-cs/src/app/app-shell/main-app-shell.tsx#L98
Unexpected any. Specify a different type
build (20.x): apps/yadoms-cs/src/app/app-shell/main-app-shell.tsx#L156
'cx' is assigned a value but never used
build (20.x): apps/yadoms-cs/src/app/app-shell/main-app-shell.tsx#L157
'close' is assigned a value but never used
build (20.x): libs/pages/plugins/src/lib/ui/choose-plugin-modal/choose-plugin-modal-skeleton.tsx#L17
Fragments should contain more than one child - otherwise, there’s no need for a Fragment at all
build (20.x): libs/pages/plugins/src/lib/ui/custom-plugin-components/custom-combo-section/custom-combo-section.tsx#L91
Array.prototype.map() expects a return value from arrow function
build (20.x): libs/pages/plugins/src/lib/ui/custom-plugin-components/custom-enum-select/custom-enum-select.tsx#L34
Array.prototype.map() expects a return value from arrow function