Closed mikesea closed 2 months ago
Hey @mikesea, thanks for the report. We're aware of this bug and it will be fixed in the next release
Are you able to work around this issue?
@johnBartos nice, thanks! Any idea when a release might be coming? 😉
Are you able to work around this issue?
I can use the skipLibCheck
option with the compiler, but that's not ideal. Thanks for your quick response!
Happy to help! We plan to release the next version later next month.
Describe the bug I'm setting up the
amazon-ivs-player
in a new project, importing the library via NPM using the instructions here, and using typescript to compile my code.amazon-ivs-player
is causing failures on typescript compilation because of the following type errors:To Reproduce
npx lint
in the repo to see the failing checksExpected behavior Library does not fail typescript compiler.