React Intl v3.1.3 Release Notes

Release Date: 2019-08-09 // over 4 years ago
  • ๐Ÿ› Bug Fixes

    • ๐Ÿ›  fix: create initial intl for Provider
      This is primarily so that enzyme shallow works. Looks like right now
      it does not trigger getDerivedStateFromProps before initial render
      which results in this.state.intl being undefined.