withStoreIntlRender
FunctionwithStoreIntlRender(needsStoreInit: boolean, locale?: string, messages?: I18nMessages): WithRenderResultCreate a custom render function with  ReactRedux.Provider  and  IntlProvider .
Parameters
| Parameter | Type | Default | Notes | 
|---|---|---|---|
needs | boolean | false | Whether the store state needs to be initialized. NOTE: This will reset the previously state.  | 
locale | string |  | |
messages | I18nMessages |  | 
Returns
WithRenderResult