kie-issues#1704: Change custom forms directory from src/main/resources/forms
to src/main/resources/custom-forms-dev
#6710
Annotations
10 warnings
Setup environment
Restore cache failed: Dependencies file is not found in /Users/runner/work/incubator-kie-tools/incubator-kie-tools. Supported file pattern: go.sum
|
PARTIAL → Build changed and downstream:
packages/runtime-tools-process-dev-ui-webapp/src/components/DevUI/DevUIRoutes/DevUIRoutes.tsx#L111
React Hook useMemo has a missing dependency: 'navigate'. Either include it or remove the dependency array
|
PARTIAL → Build changed and downstream:
packages/runtime-tools-process-dev-ui-webapp/src/components/containers/FormsListContainer/FormsListContainer.tsx#L48
React Hook useEffect has missing dependencies: 'gatewayApi' and 'history'. Either include them or remove the dependency array
|
PARTIAL → Build changed and downstream:
packages/runtime-tools-process-dev-ui-webapp/src/components/containers/ProcessDefinitionListContainer/ProcessDefinitionListContainer.tsx#L52
React Hook useEffect has missing dependencies: 'gatewayApi' and 'history'. Either include them or remove the dependency array
|
PARTIAL → Build changed and downstream:
packages/runtime-tools-process-dev-ui-webapp/src/components/containers/ProcessDetailsContainer/ProcessDetailsContainer.tsx#L53
React Hook useEffect has missing dependencies: 'gatewayApi' and 'history'. Either include them or remove the dependency array
|
PARTIAL → Build changed and downstream:
packages/runtime-tools-process-dev-ui-webapp/src/components/containers/ProcessListContainer/ProcessListContainer.tsx#L52
React Hook useEffect has missing dependencies: 'gatewayApi' and 'history'. Either include them or remove the dependency array
|
PARTIAL → Build changed and downstream:
packages/runtime-tools-process-dev-ui-webapp/src/components/containers/TaskInboxContainer/TaskInboxContainer.tsx#L53
React Hook useEffect has missing dependencies: 'appContext', 'gatewayApi', and 'history'. Either include them or remove the dependency array
|
PARTIAL → Build changed and downstream:
packages/runtime-tools-process-dev-ui-webapp/src/components/pages/ProcessDetailsPage/ProcessDetailsPage.tsx#L116
React Hook useEffect has a missing dependency: 'fetchDetails'. Either include it or remove the dependency array
|
PARTIAL → Build changed and downstream:
packages/runtime-tools-process-dev-ui-webapp/src/components/pages/TaskDetailsPage/TaskDetailsPage.tsx#L93
React Hook useEffect has a missing dependency: 'loadTask'. Either include it or remove the dependency array
|
PARTIAL → Build changed and downstream:
packages/online-editor/src/accounts/kubernetes/ConnectToLocalKubernetesClusterWizard.tsx#L176
React Hook useEffect has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect
|
Loading