alibaba / react-intl-universal

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

The problems in the example #230

Closed dvlin-dev closed 10 months ago

dvlin-dev commented 10 months ago

There are some problems in the example of react-intl-universal:

  1. browser-example:Alibaba's private source is used in yarn.lock, resulting in external unavailability, it needs to be removed, just like other examples. img_v2_fe46de2d-eb00-4a03-aeaf-ecb71a64334g

  2. keep the latest version of react-intl-universal in browser-example and component-example , Just like node-js-example did.