React OIDC-Client IE Promise 未定义

React OIDC-Client IE Promise is Undefined

我在 IE 11 上收到“'Promise' 未定义”错误,Chrome 和 Firefox 没有给出此错误。

我正在为 OIDC 客户端使用以下软件包,我也已经向该作者提交了一个问题。 https://github.com/IdentityModel/oidc-client-js/issues/826

如果我点击 link SCRIPT5009,我将被定向到 https://docs.microsoft.com/en-us/scripting/javascript/misc/undefined-identifier

我安装了下面两个,问题依旧 https://www.npmjs.com/package/babel-polyfill https://www.npmjs.com/package/promise-polyfill

此外,我在 Whosebug 和网络上阅读了一些文章,承诺错误来自使用箭头函数和 ES6 代码,但这个问题出现在 OIDC 包中,因此应用程序中的代码 none出现此错误。

尝试安装 es6-promise polyfill, You could refer to this thread: