Skip to content

v3.1.3

Choose a tag to compare

@longlho longlho released this 09 Aug 16:09

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.