Closed this issue 8 years ago · 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
Uncaught ReferenceError: dispatch is not defined
It means to be store.dispatch, fixed via fe5f9c3
store.dispatch