KOGITO-10018: SWF Editor - Integrate SWF diagram editor theme API with VsCode and Combined Editor #4229
Annotations
1 error and 11 warnings
PARTIAL → Build changed and dependents
Cannot invoke "org.kie.workbench.common.stunner.core.client.canvas.AbstractCanvas.disableHandlers()" because "canvas" is null
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/github-script@v6, pnpm/action-setup@v2, actions/setup-node@v3, actions/setup-java@v3, actions/setup-go@v3, stCarolas/[email protected], al-cheb/configure-pagefile-action@86589fd789a4de3e62ba628dda2cb10027b66d67, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
PARTIAL → Build changed and dependents:
packages/editor/src/embedded/embedded/EmbeddedEditor.tsx#L87
React Hook useMemo has an unnecessary dependency: 'props.file.getFileContents'. Either exclude it or remove the dependency array
|
PARTIAL → Build changed and dependents:
packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L66
React Hook useMemo has missing dependencies: 'envelopeContext.operatingSystem' and 'envelopeContext.services.keyboardShortcuts'. Either include them or remove the dependency array
|
PARTIAL → Build changed and dependents:
packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L66
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
PARTIAL → Build changed and dependents:
packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L76
React Hook useEffect has a missing dependency: 'envelopeContext.services.keyboardShortcuts'. Either include it or remove the dependency array
|
PARTIAL → Build changed and dependents:
packages/editor/src/envelope/KeyBindingsHelpOverlay/KeyBindingsHelpOverlay.tsx#L85
React Hook useEffect has a missing dependency: 'envelopeContext.services.keyboardShortcuts'. Either include it or remove the dependency array
|
PARTIAL → Build changed and dependents:
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsEnumEdit/ConstraintsEnumEdit.tsx#L185
React Hook useEffect has missing dependencies: 'dataFieldIndex' and 'validationRegistry'. Either include them or remove the dependency array
|
PARTIAL → Build changed and dependents:
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsEnumEdit/ConstraintsEnumEdit.tsx#L194
React Hook useEffect has a missing dependency: 'updateAddedEnum'. Either include it or remove the dependency array. Mutable values like 'enumRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
PARTIAL → Build changed and dependents:
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsLabel/ConstraintsLabel.tsx#L47
React Hook useMemo has missing dependencies: 'editMode' and 'onConstraintsDelete'. Either include them or remove the dependency array
|
PARTIAL → Build changed and dependents:
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsLabel/ConstraintsLabel.tsx#L83
React Hook useMemo has a missing dependency: 'validationRegistry'. Either include it or remove the dependency array
|
PARTIAL → Build changed and dependents:
packages/pmml-editor/src/editor/components/DataDictionary/ConstraintsRangeEdit/ConstraintsRangeEdit.tsx#L155
React Hook useEffect has missing dependencies: 'index' and 'onSave'. Either include them or remove the dependency array
|
Loading