Safari: React-Intl warning
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/"
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.