DesignSafe: Adjust credential creation to use TMS #3111
Annotations
10 warnings
Run npx nx affected --target=lint --parallel=3:
client/src/onboarding/layouts/OnboardingAdminLayout.tsx#L271
React Hook useEffect has missing dependencies: 'eventLogModalParams.step' and 'eventLogModalParams.user'. Either include them or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setEventLogModalParams' needs the current value of 'eventLogModalParams.user'
|
Run npx nx affected --target=lint --parallel=3:
client/src/onboarding/layouts/OnboardingWebsocketHandler.tsx#L70
React Hook useEffect has a missing dependency: 'processSetupEvent'. Either include it or remove the dependency array
|
Run npx nx affected --target=lint --parallel=3:
client/modules/workspace/src/AppsSubmissionForm/AppsSubmissionForm.tsx#L137
React Hook useMemo has missing dependencies: 'appId', 'appVersion', 'configuration.defaults', 'fileInputs.defaults', 'outputs.defaults', and 'parameterSet.defaults'. Either include them or remove the dependency array
|
Run npx nx affected --target=lint --parallel=3:
client/modules/workspace/src/AppsSubmissionForm/AppsSubmissionForm.tsx#L230
React Hook useMemo has a missing dependency: 'getSteps'. Either include it or remove the dependency array
|
Run npx nx affected --target=lint --parallel=3:
client/modules/workspace/src/AppsSubmissionForm/AppsSubmissionForm.tsx#L251
React Hook useEffect has missing dependencies: 'getInitialCurrentStep', 'getSteps', and 'reset'. Either include them or remove the dependency array
|
Run npx nx affected --target=lint --parallel=3:
client/modules/workspace/src/AppsSubmissionForm/AppsSubmissionForm.tsx#L299
React Hook React.useEffect has missing dependencies: 'allocations', 'definition', 'execSystems', and 'getValues'. Either include them or remove the dependency array
|
Run npx nx affected --target=lint --parallel=3:
client/modules/workspace/src/AppsSubmissionForm/AppsSubmissionForm.tsx#L340
React Hook useEffect has missing dependencies: 'configuration.fields' and 'steps'. Either include them or remove the dependency array
|
Run npx nx affected --target=lint --parallel=3:
client/modules/workspace/src/AppsSubmissionForm/AppsSubmissionForm.tsx#L350
React Hook useCallback has missing dependencies: 'fieldValues' and 'steps'. Either include them or remove the dependency array
|
Run npx nx affected --target=lint --parallel=3:
client/modules/workspace/src/AppsSubmissionForm/AppsSubmissionForm.tsx#L354
React Hook useCallback has a missing dependency: 'steps'. Either include it or remove the dependency array
|
Run npx nx affected --target=lint --parallel=3:
client/modules/workspace/src/AppsSubmissionForm/AppsSubmissionForm.tsx#L392
React Hook useEffect has missing dependencies: 'definition.notes.isInteractive', 'initialValues', 'isSuccess', 'pushKeysSystem?.defaultAuthnMethod', 'reset', and 'setInteractiveModalDetails'. Either include them or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setPushKeysSystem' needs the current value of 'pushKeysSystem.defaultAuthnMethod'
|
Loading