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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,8 @@ You can pass a config object to `syncedReducer`.
42
42
option | default | description
43
43
--------------- | ----------- | ------------
44
44
**name** | `reducer.toString()` | Pass a custom name for the reducer.<br>See [why you might need this](#when-using-multiple-different-syncedreducers-all-receive-the-same-state).
45
-
**skipReducer** | `false` | When the internal action is dispatched, it will call your own reducer with the new value. You can skip this by setting `skipReducer` to `true`.
45
+
**skipReducer** | `false` | When the state is changed in another tab, it will call your own reducer with the new value. You can skip this by setting `skipReducer` to `true`.
46
+
**skipLoading** | `false` | Do not initialize the state with the last value stored in localStorage.
0 commit comments