feature: Edit ManagedControlPlane using the wizard #1101
on-pr.yaml
on: pull_request
build
/
build-and-test
1m 4s
Annotations
3 errors and 7 warnings
build / build-and-test
Process completed with exit code 1.
|
build / build-and-test:
src/components/Wizards/CreateManagedControlPlane/CreateManagedControlPlaneWizardContainer.tsx#L377
Unexpected any. Specify a different type
|
build / build-and-test:
src/components/Wizards/CreateManagedControlPlane/CreateManagedControlPlaneWizardContainer.tsx#L356
Unexpected any. Specify a different type
|
build / build-and-test
No files were found with the provided path: cypress/screenshots/. No artifacts will be uploaded.
|
build / build-and-test:
src/components/Wizards/CreateManagedControlPlane/CreateManagedControlPlaneWizardContainer.tsx#L395
React Hook useEffect has missing dependencies: 'componentsList', 'initialData?.metadata.annotations', 'initialData?.metadata.labels', 'initialData?.metadata.name', 'initialData?.spec?.authorization?.roleBindings', and 'reset'. Either include them or remove the dependency array
|
build / build-and-test:
src/components/Wizards/CreateManagedControlPlane/CreateManagedControlPlaneWizardContainer.tsx#L370
React Hook useMemo has a missing dependency: 'initialData?.spec.components'. Either include it or remove the dependency array
|
build / build-and-test:
src/components/Wizards/CreateManagedControlPlane/CreateManagedControlPlaneWizardContainer.tsx#L255
React Hook useCallback has missing dependencies: 'initialData?.metadata?.name', 'isEditMode', and 'triggerUpdate'. Either include them or remove the dependency array
|
build / build-and-test:
src/components/Wizards/CreateManagedControlPlane/CreateManagedControlPlaneWizardContainer.tsx#L168
React Hook useMemo has a missing dependency: 'isEditMode'. Either include it or remove the dependency array
|
build / build-and-test:
src/components/ControlPlanes/ControlPlaneCard/ControlPlaneCard.tsx#L31
'CreateManagedControlPlaneWizardContainer' is defined but never used. Allowed unused vars must match /^_/u
|
build / build-and-test:
src/components/ComponentsSelection/ComponentsSelectionContainer.tsx#L143
React Hook useEffect has a missing dependency: 'initialSelection'. Either include it or remove the dependency array
|