withStoreIntlRender
withStoreIntlRender
FunctionwithStoreIntlRender(store: Store<IMState, AnyAction>, locale?: string, messages?: I18nMessages): WithRenderResult
Create a custom render function with ReactRedux.Provider
and IntlProvider
.
Parameters
Parameter | Type | Default | Notes |
---|---|---|---|
store | Store<IMState, AnyAction> | ... | |
locale | string |
| |
messages | I18nMessages |
|
Returns
WithRenderResult