Luke Brandon Farrell

Results 62 comments of Luke Brandon Farrell

Hmm, I'm not familiar with the reasoning behind this, maybe @rodriigovieira can answer that?

@Danite if you make a PR for this, I'll be happy to review

Hey, this is open source, if you need it fixed, make a PR please. I'll leave the issue open just for tracking purposes

@vatex @renato-bvdash Any update on this? It occurs when we pass a custom element to `options` on iOS.

@getavinashm @anilkumar1505 @meetyourdev did yous find a fix to this? This error occurs when I pass a custom element to `options` on iOS.

@meetyourdev Thanks. Makes sense now!

I can confirm that this still happens when using FSStorage. It happens of both v5 & v4. Seems to have something to do with the `autoRehydrate` which is not getting...

After more testing it seems to be working with [redux-persist-filesystem-storage](https://github.com/robwalkerco/redux-persist-filesystem-storage) without erasing data randomly. It could be something to do with AsyncStorage. @lilosir

@alanlanglois Using [redux-persist-filesystem-storage](https://github.com/robwalkerco/redux-persist-filesystem-storage) worked for me. Using in production.

Btw this issue drove us to build our own persist library (a year ago): https://github.com/aspect-apps/redux-persist-machine As we got frustrated with little issues like this, we wanted a much simpler implementation,...