Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix config for persistStore #236

Merged
merged 1 commit into from
Dec 23, 2019
Merged

Conversation

adrienthiery
Copy link
Contributor

Motivation

Example code was giving a wrong option for the config of persistStore.

Config there is of type PersistStoreOptions, which is:

export type PersistorOptions = {
  enhancer?: Function,
  manualPersist?: boolean
}

as seen in https://github.com/rt2zz/redux-persist/blob/master/src/types.js#L32-L35

Test plan

None, this is a documentation only PR

Code formatting

N/A, this is a documentation only PR

Config there is of type `PersistStoreOptions`, which is:
```
export type PersistorOptions = {
  enhancer?: Function,
  manualPersist?: boolean
}
```
as seen in https://github.com/rt2zz/redux-persist/blob/master/src/types.js#L32-L35
Copy link
Owner

@rgommezz rgommezz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @adrienthiery!

@rgommezz rgommezz merged commit 18389c2 into rgommezz:master Dec 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants