bilibili / flv.js

HTML5 FLV Player
Apache License 2.0
22.97k stars 3.38k forks source link

vue+typescript项目使用flv.js,从1.5.0升级到1.6.1后,运行时报Uncaught TypeError: Class extends value undefined is not a constructor or null #685

Open motan2008 opened 3 years ago

motan2008 commented 3 years ago

vue+typescript项目使用flv.js,从1.5.0升级到1.6.1后,运行时报: Uncaught TypeError: Class extends value undefined is not a constructor or null at extends (0106734f-be2a-46c3-9928-5c77556e6d2a:3147) at 0106734f-be2a-46c3-9928-5c77556e6d2a:3163 at Object../src/io/fetch-stream-loader.js (0106734f-be2a-46c3-9928-5c77556e6d2a:3380) at nested_webpack_require_164 (0106734f-be2a-46c3-9928-5c77556e6d2a:17) at Object../src/io/io-controller.js (0106734f-be2a-46c3-9928-5c77556e6d2a:688) at nested_webpack_require_164 (0106734f-be2a-46c3-9928-5c77556e6d2a:17) at Object../src/core/transmuxing-controller.js (0106734f-be2a-46c3-9928-5c77556e6d2a:307) at nested_webpack_require_164 (0106734f-be2a-46c3-9928-5c77556e6d2a:17) at Object../src/core/transmuxing-worker.js (0106734f-be2a-46c3-9928-5c77556e6d2a:70) at nested_webpack_require_164__ (0106734f-be2a-46c3-9928-5c77556e6d2a:17)

Lingege995 commented 3 years ago

请问你解决这个报错的问题了吗?

motan2008 commented 3 years ago

请问你解决这个报错的问题了吗?

没有呢,你也碰到了吗

carmineprince commented 3 years ago

the same

zhouLJ-ww commented 3 years ago

我也遇到了相同问题

stark-jarvis commented 3 years ago

我在ES模块里 import 使用,也遇到这个问题,咋整?

qiangbro commented 2 years ago

我也遇到了同样问题

YY3352 commented 1 year ago

同样的问题

YY3352 commented 1 year ago

同样的问题

解决了,按题主说的把版本退回到了1.5.0就可以了