tonyhb / redux-ui

Easy UI state management for react redux
636 stars 58 forks source link

Exception thrown after @@redux-ui/MOUNT_UI_STATE #58

Closed mauron85 closed 8 years ago

mauron85 commented 8 years ago

Hi there, first I have to say big thank you for this excellent plugin.

I'm using redux-ui with my react-native application.

Mot sure maybe I'm doing something wrong, but currently I'm stuck on exception:

image

mauron85 commented 8 years ago

Sorry for false report I was saving react-native Animated.Value into redux-ui state. It's special kind of object, which seems cannot be serialized properly thus causing this strange errors.