Fix: download vc button #257
Annotations
11 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. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Check linting:
packages/mock-app/src/components/CredentialTabs/CredentialTabs.tsx#L27
React Hook useEffect has a missing dependency: 'configDefaultTabs'. Either include it or remove the dependency array
|
Check linting:
packages/mock-app/src/components/Scanner/Scanner.tsx#L24
React Hook useMemo has missing dependencies: 'props.focusMode' and 'props.useBarCodeDetectorIfSupported'. Either include them or remove the dependency array
|
Check linting:
packages/mock-app/src/components/Scanner/Scanner.tsx#L74
React Hook useEffect has missing dependencies: 'deviceType' and 'startHtml5QrcodeScanner'. Either include them or remove the dependency array
|
Check linting:
packages/mock-app/src/pages/Layout.tsx#L1
'useCallback' is defined but never used
|
Check linting:
packages/mock-app/src/pages/Scanning.tsx#L58
React Hook React.useEffect has missing dependencies: 'goVerifyPage' and 'isLoading'. Either include them or remove the dependency array
|
Check linting:
packages/mock-app/src/pages/Verify.tsx#L35
React Hook useEffect has a missing dependency: 'fetchEncryptedVC'. Either include it or remove the dependency array
|
Check linting:
packages/mock-app/src/pages/Verify.tsx#L42
React Hook useEffect has a missing dependency: 'verifyCredential'. Either include it or remove the dependency array
|
Check linting:
packages/services/src/api.service.ts#L26
Unexpected console statement
|
Check linting:
packages/services/src/epcisEvents/aggregationEvent.ts#L8
'EPCISBusinessStepCode' is defined but never used
|
Check linting:
packages/services/src/epcisEvents/aggregationEvent.ts#L8
'EPCISEventAction' is defined but never used
|
Loading