rt2zz / redux-persist

persist and rehydrate a redux store
MIT License
12.94k stars 866 forks source link

Getting got unexpected undefined error while changing redux state #1454

Open gani419 opened 1 year ago

gani419 commented 1 year ago

I'm trying to change the state of redux state. state is a boolean value. So making initial value to false. Even though when I try to update the redux state giving the above error. (Mainly when I make it to false). Working fine in android but giving the error in ios.

brandonsavagesoftware commented 1 year ago

Having the same exact issue. Have not been able to find any solution yet.