Skip to content

Commit

Permalink
Docs: add missing imports to the Redux-Persist usage guide (reduxjs#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
leventebalogh authored Jul 23, 2020
1 parent b668bd9 commit f6190a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/usage/usage-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1051,6 +1051,7 @@ configureStore({
If using Redux-Persist, you should specifically ignore all the action types it dispatches:

```jsx
import { configureStore, getDefaultMiddleware } from '@reduxjs/toolkit'
import {
persistStore,
persistReducer,
Expand Down

0 comments on commit f6190a6

Please sign in to comment.