-
-
Notifications
You must be signed in to change notification settings - Fork 190
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
Persist doesnt work with react-native-async-storage/async-storage #694
Comments
Same here, tried with both v5 and v4, |
Confirmed I had this issue when trying to upgrade to v5, I'm stuck at v3 for this reason. If I have the luxury of bonus time over the holidays maybe I can take a look and see what's going on |
This may be the issue for anyone reading this -- certainly was for me after the v3 -> v5 upgrade. There is a workaround in this thread. The root cause is this RN regression. |
Is there any progress on this issue ? |
FWIW, we've been using this same setup in easy-peasy@5.2 without problem. And just upgraded to v6 with no problem. |
Thanks @damassi! Is it possible to post a simple example of the setup that's working for you in case anyone else is blocked by this? As suggested by @rbruels the root cause may have been an RN regression issue, so I'm wondering if maybe this is fixed in newer versions (though it doesn't appear to have been addressed on the linked issue)? |
Coming back to this, I realized we were already using the |
Thanks for checking @damassi! At least there's an acceptable workaround. |
This is now fixed in |
Today I upgraded easy-peasy from v3.3.1 to v5.0.3 and my async store doesnt work anymore.
I have persistor
on v3.3.1 my console log was like
but after upgrading it looks like
my store model:
if i downgrade easy-peasy from 5.0.3 to 3.3.1 it works fine.
What's wrong?
PS
I read that changes from 3.3.1 to 5.0.3 but cannot find a solution
The text was updated successfully, but these errors were encountered: