add countdown option to lvpr.tv [DO NOT MERGE] #1021
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
main.yml
on: pull_request
Matrix: Install
Matrix: Build
Matrix: Lint
Matrix: Test
Matrix: Security (CodeQL)
Matrix: Security (Dependency Review)
Annotations
12 errors and 10 warnings
Lint (16, 7):
packages/core-react/src/utils/query/useInternalMutation.tsx#L35
Replace `typeof·useInternalMutationKeys` with `(typeof·useInternalMutationKeys)`
|
Lint (16, 7):
packages/core-react/src/utils/query/useInternalQuery.tsx#L45
Replace `typeof·usePickQueryKeys` with `(typeof·usePickQueryKeys)`
|
Lint (16, 7):
packages/core-web/src/media/browser/controls/controller.ts#L37
Replace `typeof·allKeyTriggers` with `(typeof·allKeyTriggers)`
|
Lint (16, 7):
packages/core/src/contracts/constants.ts#L34
Replace `typeof·testnetChainId` with `(typeof·testnetChainId)`
|
Lint (16, 7):
packages/core/src/contracts/constants.ts#L38
Replace `typeof·mainnetChainId` with `(typeof·mainnetChainId)`
|
Lint (16, 7):
packages/core/src/contracts/constants.ts#L41
Replace `typeof·l1ChainId` with `(typeof·l1ChainId)`
|
Lint (16, 7):
packages/core/src/contracts/constants.ts#L44
Replace `typeof·l2ChainId` with `(typeof·l2ChainId)`
|
Lint (16, 7):
packages/core/src/contracts/constants.ts#L47
Replace `typeof·allChainId` with `(typeof·allChainId)`
|
Lint (16, 7):
packages/core/src/media/controller.ts#L96
Replace `typeof·omittedKeys` with `(typeof·omittedKeys)`
|
Lint (16, 7):
packages/core/src/media/mime.ts#L2
Replace `typeof·mime` with `(typeof·mime)`
|
Build (16, 7)
Process completed with exit code 1.
|
Test (16, 7, 18)
Process completed with exit code 1.
|
Lint (16, 7):
examples/next-13/app/CountdownPage.tsx#L23
Caution: `dayjs` also has a named export `extend`. Check if you meant to write `import {extend} from 'dayjs'` instead
|
Lint (16, 7):
examples/next-13/app/CountdownPage.tsx#L24
Caution: `dayjs` also has a named export `extend`. Check if you meant to write `import {extend} from 'dayjs'` instead
|
Lint (16, 7):
examples/next-13/app/CountdownPage.tsx#L25
Caution: `dayjs` also has a named export `extend`. Check if you meant to write `import {extend} from 'dayjs'` instead
|
Lint (16, 7):
examples/next-13/app/CountdownPage.tsx#L26
Caution: `dayjs` also has a named export `extend`. Check if you meant to write `import {extend} from 'dayjs'` instead
|
Lint (16, 7):
examples/next-13/app/CountdownPage.tsx#L81
React Hook useEffect has missing dependencies: 'countdown' and 'onCountdownComplete'. Either include them or remove the dependency array
|
Lint (16, 7):
packages/core-web/src/media/browser/hls/index.ts#L72
Caution: `Hls` also has a named export `Events`. Check if you meant to write `import {Events} from 'hls.js'` instead
|
Lint (16, 7):
packages/core-web/src/media/browser/hls/index.ts#L79
Caution: `Hls` also has a named export `Events`. Check if you meant to write `import {Events} from 'hls.js'` instead
|
Lint (16, 7):
packages/core-web/src/media/browser/hls/index.ts#L82
Caution: `Hls` also has a named export `Events`. Check if you meant to write `import {Events} from 'hls.js'` instead
|
Lint (16, 7):
packages/core-web/src/media/browser/hls/index.ts#L87
Caution: `Hls` also has a named export `Events`. Check if you meant to write `import {Events} from 'hls.js'` instead
|
Lint (16, 7):
packages/core-web/src/media/browser/hls/index.ts#L93
Caution: `Hls` also has a named export `ErrorTypes`. Check if you meant to write `import {ErrorTypes} from 'hls.js'` instead
|