rt2zz/redux-persist

Getting got unexpected undefined error while changing redux state

gani419 opened this issue · 1 comments

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.

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