jnordberg / gif.js

JavaScript GIF encoding library
http://jnordberg.github.io/gif.js/
MIT License
4.74k stars 668 forks source link

TypeError: Super expression must either be null or a function #139

Open am1rb opened 2 years ago

am1rb commented 2 years ago

Hey everyone

I have a react app written in TS and used gif.js for generating some GIF images. It compiles and works well, but when I run the unit tests using the jest command, it raises this error:

TypeError: Super expression must either be null or a function

Any advice?