react-mic icon indicating copy to clipboard operation
react-mic copied to clipboard

Importing this library crashes the app in IE11

Open razvan-g-nutu opened this issue 4 years ago • 0 comments

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.

razvan-g-nutu avatar Jul 07 '20 13:07 razvan-g-nutu