gif.js
gif.js copied to clipboard
Breaks React Dev Tools
Importing GIF.js on a React project in either Google Chrome or Firefox completely breaks the React Dev Tools extension. The dev tools crash completely and won't run, and cause the browser to become unresponsive.
Commenting out the import for GIF.js fixes the dev tools.
I suspect this is due to EventEmitter being remapped, but this is incredibly hard to debug.