withStoreThemeIntlRender
FunctionwithStoreThemeIntlRender(needsStoreInit: boolean, theme?: IMThemeVariables, locale?: string, messages?: I18nMessages, theme2?: IMThemeVariables): WithRenderResult
Create a custom render function with ReactRedux.Provider
, ThemeProvider
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. |
theme | IMThemeVariables |
| |
locale | string |
| |
messages | I18nMessages |
| |
theme2 | IMThemeVariables |
|
Returns
WithRenderResult