When push to a new Screen,in release mode crash!
[tid:com.facebook.react.ExceptionsManagerQueue] Unhandled JS Exception: JSON.stringify cannot serialize cyclic structures.
2017-04-08 11:56:58.312 VRCNewsApp[40780:4114994] * Terminating app due to uncaught exception 'RCTFatalException: Unhandled JS Exception: JSON.stringify cannot serialize cyclic structures.', reason: 'Unhandled JS Exception: JSON.stringify cannot serialize cyclic structures., stack:
runApplication@344:1050
value@20:2722
value@20:810
push screen
object circle reference.
example:
let a = { };
let b= { ref: a };
a.ref = b;
a or b could not serialize.
check your code.
@lipingruan It is ok in debug mode,and react-native version 0.41.2 is ok too,0.42 above was crashed !
I'm seeing this problem too on version 1.1.134 and RN v0.44.3. I think it's because I'm using normalizr's denormalize method. Does anyone have any workarounds? I guess I could just pass the ID and denormalize in my component.