Skip to content

feat: add bal widget config page #139

feat: add bal widget config page

feat: add bal widget config page #139

Triggered via pull request January 4, 2024 14:55
Status Success
Total duration 1m 6s
Artifacts

node.js.yml

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

Annotations

4 warnings
build (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (18.x): components/api-depot/client/client-form/chef-de-file-form.js#L51
React Hook useEffect has a missing dependency: 'onSelect'. Either include it or remove the dependency array. If 'onSelect' changes too often, find the parent component that defines it and wrap that definition in useCallback
build (18.x): components/api-depot/client/client-form/mandataire-form.js#L39
React Hook useEffect has a missing dependency: 'onSelect'. Either include it or remove the dependency array. If 'onSelect' changes too often, find the parent component that defines it and wrap that definition in useCallback
build (18.x): components/bal-widget/bal-widget-config-form.tsx#L56
The 'initialConfig' conditional could make the dependencies of useMemo Hook (at line 61) change on every render. To fix this, wrap the initialization of 'initialConfig' in its own useMemo() Hook