-
Notifications
You must be signed in to change notification settings - Fork 17
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
Does this lib support redux-persist v5 or v4 only? #2
Comments
It's work only with v.4 this is error with redux-persist v.5
|
import Realm from 'realm'; class RealmPersistInterface { getItem = key => { setItem = (key, value) => { removeItem = (key, callback) => { const singleton = new RealmPersistInterface(); export default singleton; |
https://github.com/rt2zz/redux-persist#v5-breaking-changes
The text was updated successfully, but these errors were encountered: