Fix 'Promise' is undefined in IE11
Fix 'Promise' is undefined
in IE11
In runtime.bundle.js
(geneated by webpack), Promise
is used which is not defined in IE11
Reproduction instructions
- In IE11
- Try opening the create community flow
- Notice the
'Promise' is undefined
error
Edited by Eric Eastwood