PROACTIVE CI: Paths standardization #390
Annotations
10 warnings
PARTIAL → Build changed and dependents:
packages/editor/src/embedded/embedded/EmbeddedEditor.tsx#L86
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#L64
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#L64
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#L74
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#L83
React Hook useEffect has a missing dependency: 'envelopeContext.services.keyboardShortcuts'. Either include it or remove the dependency array
|
PARTIAL → Build changed and dependents:
packages/chrome-extension/src/app/components/common/GitHubContext.tsx#L65
React Hook useCallback has a missing dependency: 'globals.dependencies.all'. Either include it or remove the dependency array
|
PARTIAL → Build changed and dependents:
packages/chrome-extension/src/app/components/common/GitHubContext.tsx#L80
React Hook useEffect has a missing dependency: 'token'. Either include it or remove the dependency array
|
PARTIAL → Build changed and dependents:
packages/chrome-extension/src/app/components/common/GitHubContext.tsx#L90
React Hook useLayoutEffect has a missing dependency: 'globals.githubAuthTokenCookieName'. Either include it or remove the dependency array
|
PARTIAL → Build changed and dependents:
packages/chrome-extension/src/app/components/common/KogitoEditorIframe.tsx#L61
React Hook useMemo has missing dependencies: 'githubApi' and 'resourceContentServiceFactory'. Either include them or remove the dependency array
|
PARTIAL → Build changed and dependents:
packages/chrome-extension/src/app/components/common/KogitoEditorIframe.tsx#L90
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
|
The logs for this run have expired and are no longer available.
Loading