When running fbDirect project in emulatorBrowser im getting issue as 'TypeError: Converting circular structure to JSON' in my CMD.
Seems like /src/emulator/browser/index.js is failing on line 121 while stringify an array of object.
'convos' is as Array class 'Convo' which is not able to stringify
When running fbDirect project in emulatorBrowser im getting issue as 'TypeError: Converting circular structure to JSON' in my CMD. Seems like /src/emulator/browser/index.js is failing on line 121 while stringify an array of object. 'convos' is as Array class 'Convo' which is not able to stringify