Actions
Refactor #30665
openRefactor #29606: Upgrade react-intl to 3.0
use the browser native intl and stop providing polyfills
Status:
Ready For Testing
Priority:
Normal
Assignee:
Category:
JavaScript stack
Target version:
-
Difficulty:
Triaged:
No
Description
1. The `intl` polyfills are no longer maintained: https://github.com/andyearnshaw/Intl.js
2. `react-intl` dropped their polyfills in v3 because "these APIs are all stable and being implemented in modern browsers".
See `react-intl` upgrade guide: https://formatjs.io/docs/react-intl/upgrade-guide-3x
Therefore it make sense relying on the native intl.
Actions