react-mic
react-mic copied to clipboard
Importing this library crashes the app in IE11
If I'm adding this library to my list of dependencies and import it, I cannot run my app in Internet Explorer 11. I shimmed the failing code but this might come with some drawbacks for other dependencies too. Also conditional importing is not an option for me.
Possible solution: first line in AudioContext.js should consider that window.AudioContext
or window.webkitAudioContext
might not be available.