We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are type-errors in version 8.14.0:
node_modules/.pnpm/[email protected]/node_modules/video.js/dist/types/spatial-navigation.d.ts:112:48 - error TS2304: Cannot find name 'Component'. 112 getCurrentComponent(target?: HTMLElement): Component | null; ~~~~~~~~~ node_modules/.pnpm/[email protected]/node_modules/video.js/dist/types/spatial-navigation.d.ts:119:20 - error TS2304: Cannot find name 'Component'. 119 add(component: Component): void; ~~~~~~~~~ node_modules/.pnpm/[email protected]/node_modules/video.js/dist/types/spatial-navigation.d.ts:125:23 - error TS2304: Cannot find name 'Component'. 125 remove(component: Component): void; ~~~~~~~~~ node_modules/.pnpm/[email protected]/node_modules/video.js/dist/types/spatial-navigation.d.ts:167:22 - error TS2304: Cannot find name 'Component'. 167 focus(component: Component): void; ~~~~~~~~~
None
Install video.js and run the TypeScript compiler.
video.js
No response
8.14.0
N/A
Linux
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
There are type-errors in version 8.14.0:
Reduced test case
None
Steps to reproduce
Install
video.js
and run the TypeScript compiler.Errors
No response
What version of Video.js are you using?
8.14.0
Video.js plugins used.
No response
What browser(s) including version(s) does this occur with?
N/A
What OS(es) and version(s) does this occur with?
Linux
The text was updated successfully, but these errors were encountered: