This repository has been archived by the owner on Dec 18, 2024. It is now read-only.
MAT-7915 resolve execution result difference in list page and test ca… #3536
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint the source code:
src/components/common/codeInput/CodeInput.tsx#L60
React Hook useEffect has a missing dependency: 'handleChange'. Either include it or remove the dependency array. If 'handleChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Lint the source code:
src/components/common/componentDataType/ComponentType.tsx#L59
React Hook useEffect has a missing dependency: 'onChange'. Either include it or remove the dependency array. If 'onChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Lint the source code:
src/components/common/facilityLocation/FacilityLocation.tsx#L28
React Hook useEffect has a missing dependency: 'onChange'. Either include it or remove the dependency array. If 'onChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Lint the source code:
src/components/common/quantityInput/QuantityInput.tsx#L60
React Hook useEffect has an unnecessary dependency: 'ucum'. Either exclude it or remove the dependency array. Outer scope values like 'ucum' aren't valid dependencies because mutating them doesn't re-render the component
|
Lint the source code:
src/components/common/quantityInput/QuantityInput.tsx#L88
React Hook useEffect has a missing dependency: 'onQuantityChange'. Either include it or remove the dependency array. If 'onQuantityChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Lint the source code:
src/components/common/quantityInput/QuantityInput.tsx#L109
React Hook useEffect has missing dependencies: 'currentQuantity' and 'findUnitOptionFromCQLQuantity'. Either include them or remove the dependency array
|
Lint the source code:
src/components/common/quantityIntervalInput/QuantityIntervalInput.tsx#L36
React Hook useEffect has a missing dependency: 'onQuantityIntervalChange'. Either include it or remove the dependency array. If 'onQuantityIntervalChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Lint the source code:
src/components/common/ratioInput/RatioInput.tsx#L37
React Hook useEffect has a missing dependency: 'onRatioChange'. Either include it or remove the dependency array. If 'onRatioChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Lint the source code:
src/components/editTestCase/groupCoverage/QdmGroupCoverage.tsx#L149
React Hook useMemo has a missing dependency: 'supplementalData'. Either include it or remove the dependency array
|
Lint the source code:
src/components/editTestCase/groupCoverage/QiCoreGroupCoverage.tsx#L82
React Hook useEffect has a missing dependency: 'changeCriteria'. Either include it or remove the dependency array
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "coverage".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading