You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.