ratson/react-intl-redux

Dispatch undefined

Closed this issue · 1 comments

In the docs this is the code used to update the store:

dispatch(updateIntl({
  locale,
  messages,
}))

When doing this I'm getting the error:
Uncaught ReferenceError: dispatch is not defined

It means to be store.dispatch, fixed via fe5f9c3