| Issue 2305: | JSON.stringify(calEvent) of an calEvent object now broken? | |
| 1 person starred this issue and may be notified of changes. | Back to list |
I used to be able to execute:
JSON.stringify(calEvent)
On an event (Meteor does this automatically in sessions) this however no longer works. With the following error:
TypeError: Converting circular structure to JSONmessage: "Converting circular structure to JSON"stack: (...)get stack: function () { [native code] }set stack: function () { [native code] }__proto__: Error
Uncaught RangeError: Maximum call stack size exceeded
Can you confirm this is no longer possible? Can it be fixed?
Thanks
Oct 30, 2014
Project Member
#1
adamrs...@gmail.com
Status:
Done
|
|
| ► Sign in to add a comment |