Skip to content

breaking: moved to @livepeer/core-web #1112

breaking: moved to @livepeer/core-web

breaking: moved to @livepeer/core-web #1112

Triggered via pull request October 17, 2023 17:27
Status Success
Total duration 10m 9s
Artifacts

main.yml

on: pull_request
Matrix: Install
Matrix: Build
Matrix: Lint
Matrix: Test
Matrix: Security (CodeQL)
Matrix: Security (Dependency Review)
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
Lint (16, 7): packages/core-web/src/media/browser/hls/index.ts#L78
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#L85
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#L88
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 `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#L97
Caution: `Hls` also has a named export `ErrorTypes`. Check if you meant to write `import {ErrorTypes} from 'hls.js'` instead
Lint (16, 7): packages/core-web/src/media/browser/hls/index.ts#L105
Caution: `Hls` also has a named export `ErrorTypes`. Check if you meant to write `import {ErrorTypes} from 'hls.js'` instead
Lint (16, 7): packages/core-web/src/media/browser/hls/index.ts#L108
Caution: `Hls` also has a named export `ErrorTypes`. Check if you meant to write `import {ErrorTypes} from 'hls.js'` instead
Lint (16, 7): packages/react/src/components/media/players/video/WebRTCVideoPlayer.tsx#L102
React Hook React.useEffect has a missing dependency: '_updatePlaybackOffsetMs'. Either include it or remove the dependency array