MAT-7652 CQL Validation - Multiple Using Statements #433
Annotations
5 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint the source code:
src/components/common/CreateNewLibraryDialog.tsx#L62
React Hook useEffect has a missing dependency: 'organizationApi'. Either include it or remove the dependency array
|
Lint the source code:
src/components/cqlLibraryLanding/CqlLibraryLanding.tsx#L52
React Hook useEffect has a missing dependency: 'filter'. Either include it or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setCurrentFilter' needs the current value of 'filter'
|
Lint the source code:
src/components/editCqlLibrary/EditCqlLibrary.tsx#L176
React Hook useEffect has a missing dependency: 'handleAnnotations'. Either include it or remove the dependency array
|
Lint the source code:
src/components/editCqlLibrary/EditCqlLibrary.tsx#L192
React Hook useEffect has a missing dependency: 'organizationApi'. Either include it or remove the dependency array
|
Loading