withStoreRender
FunctionwithStoreRender(needsStoreInit: boolean): WithRenderResultCreate a custom render function with ReactRedux.Provider .
Parameters
| Parameter | Type | Default | Notes |
|---|---|---|---|
needs | boolean | false | Whether the store state needs to be initialized. NOTE: This will reset the previously state. |
Returns
WithRenderResult