You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -200,6 +200,9 @@ re-mounting the component with a clean loader state.
200
200
*__`pureConnect`___(Bool)_: This library uses `connect()` from `react-redux` under hood. Set `pureConnect: false` if you wish to prevent `connect()` from controlling component updates based on props.
201
201
- default: `true`
202
202
203
+
*__`renderUninitialized`___(Bool)_: Render wrapped component when the loader state has not yet been initialized.
204
+
- default: `false`
205
+
203
206
### mapStateToProps
204
207
205
208
`mapStateToProps` is an optional function to provide if you want to
0 commit comments