-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intl is not defined #120
Comments
Check the documentation on how to setup your environment, you need to polyfill |
@nuragic is
|
@nuragic I could get it working installing node via |
@gpbl cool, thanks! |
@gpbl BTW, I just realized that I'm using iojs... 😅 |
Hi,
I'm using react-intl from a node (v2.0) cli program and I get: ReferenceError: Intl is not defined
Seems that it's caused by: https://github.com/yahoo/react-intl/blob/master/src/mixin.js#L51-L52
When I import the Intl polyfill everything works correctly.
Is that the correct way to solve this issue?
Thanks!
The text was updated successfully, but these errors were encountered: