Skip to content

Fix 'Promise' is undefined in IE11

Eric Eastwood requested to merge add-promise-polyfill into develop

Fix 'Promise' is undefined in IE11

In runtime.bundle.js(geneated by webpack), Promise is used which is not defined in IE11

Reproduction instructions

  1. In IE11
  2. Try opening the create community flow
  3. Notice the 'Promise' is undefined error
Edited by Eric Eastwood

Merge request reports