alibaba / react-intl-universal

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

Fix/be react like #194

Closed cwtuan closed 2 years ago

cwtuan commented 2 years ago

Both of the formats work:

import * as intl from 'react-intl-universal';

// or

import intl from 'react-intl-universal';
CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.