alibaba / react-intl-universal

Internationalize React apps. Not only for Component but also for Vanilla JS.
1.34k stars 154 forks source link

when the browser lt ie11,it tips that "react-intl-universal format message failed for key='COUPON'. “Intl”未定义" #112

Closed dragoncl closed 5 years ago

dragoncl commented 5 years ago

image

dragoncl commented 5 years ago

I resolve it when i use it in index.js import 'intl'; import 'intl/locale-data/jsonp/en'; image

cwtuan commented 5 years ago

Did you visit the demo site? I have't encountered this issue in IE11.

cwtuan commented 5 years ago

I have tested ie11 in the demo site, it works fine. image