Skip to content

Commit 26109c0

Browse files
hinokZack Story
authored andcommitted
(docs) update stateReconciler import (#666)
Fix undefined variable from example in the State Reconciler section
1 parent 49a3d85 commit 26109c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ This acts just like autoMergeLevel1, except it shallow merges two levels
8989

9090
#### Example
9191
```js
92-
import autoMergeLevel2 from 'redux-persist/lib/stateReconciler/hardSet'
92+
import hardSet from 'redux-persist/lib/stateReconciler/hardSet'
9393

9494
const persistConfig = {
9595
key: 'root',

0 commit comments

Comments
 (0)