UI enhancement of the Admin Panel for the tag.gz (#2243) #63
Annotations
10 warnings
|
Frontend Checks:
frontend/src/pages/PluginManager.tsx#L83
React Hook useEffect has missing dependencies: 'loadAvailablePlugins', 'loadPluginData', and 'loadedPlugins'. Either include them or remove the dependency array
|
|
Frontend Checks:
frontend/src/pages/Dashboard.tsx#L556
React Hook useCallback has a missing dependency: 'deletedActivities'. Either include it or remove the dependency array
|
|
Frontend Checks:
frontend/src/hooks/useObjectFilters.ts#L109
React Hook useCallback has a missing dependency: 'namespaces'. Either include it or remove the dependency array
|
|
Frontend Checks:
frontend/src/components/wecs_details/tabs/ExecTab.tsx#L277
React Hook useEffect has a missing dependency: 'execTerminalRef'. Either include it or remove the dependency array
|
|
Frontend Checks:
frontend/src/components/wecs_details/tabs/EditTab.tsx#L75
React Hook useEffect has a missing dependency: 'editedManifest'. Either include it or remove the dependency array
|
|
Frontend Checks:
frontend/src/components/its/ImportCluster/OnboardingLogsDisplay.tsx#L134
React Hook useEffect has missing dependencies: 'setOnboardingError' and 'setOnboardingStatus'. Either include them or remove the dependency array. If 'setOnboardingStatus' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
Frontend Checks:
frontend/src/components/admin/UserFormModal.tsx#L68
React Hook useEffect has missing dependencies: 'permissionComponents' and 'setPermissionChange'. Either include them or remove the dependency array. If 'setPermissionChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
Frontend Checks:
frontend/src/components/WecsTopology.tsx#L1281
React Hook useCallback has an unnecessary dependency: 'edgeType'. Either exclude it or remove the dependency array
|
|
Frontend Checks:
frontend/src/components/ObjectFilters.tsx#L81
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
|
|
Frontend Checks:
frontend/src/components/LanguageSwitcher.tsx#L96
React Hook useEffect has missing dependencies: 'changeLanguage' and 'languages'. Either include them or remove the dependency array
|