I ran into this issue as well with the popups not working in IE 11.
My workaround was to edit the frontend.js file and change line #70 to:
}).then(function(result) {
Then I just had to clear my WAF’s cache and my browser’s cache as well and it started working in IE 11, and continued to work in Chrome.
This article is what led me to this workaround. I hope it helps you too! ??