i created a simple react-native app, then can run in ios. but after i enable "Debug JS Remotely", throw below exception, any idea? enter image description here "maximum call stack size exceeded react-native.js:30758:14 "
the project is created by "react-native init AwesomeProject", no other change.
this exception only throw by atom starting debugger, that mean, if i use chrome to debug, all fine. may i miss any setting for atom to debug react native app?