Open
Description
Fix this:
Safari: React-Intl warning
"Invariant Violation: [React Intl] The Intl
APIs must be available in the runtime, and do not appear to be built-in. An Intl
polyfill should be loaded.
See: http://formatjs.io/guides/runtime-environments/"
Metadata
Metadata
Assignees
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
ngduc commentedon Apr 25, 2016
http://formatjs.io/guides/runtime-environments/#polyfill-browsers
"The Intl APIs are currently available on all modern browsers except Safari"
"It is recommended that you separate the Intl polyfill from your app's JavaScript code bundle so the polyfill is only loaded in the browsers which need it."
Polyfill can be found here:
https://github.com/andyearnshaw/Intl.js
Plan to fix: server can detect if the Client browser is Safari, then include the polyfill as a script tag.
[-]Safari: React-Intl warning[/-][+]Safari: React-Intl warning 2D[/+][-]Safari: React-Intl warning 2D[/-][+]Safari: React-Intl warning[/+]