You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrading to Ember 3.0 and using JSON.stringify, results in following failed assertion
Assertion Failed: You attempted to access `someValue.toJSON` (on `<(unknown mixin):ember2486>`), but `someValue` is a computed property.↵↵Due to certain internal implementation details of Ember,
I read the linked RFCs and discussion and I understand this is just a precautionary assertion, but this breaks JSON.stringify usage.
Upgrading to Ember 3.0 and using
JSON.stringify
, results in following failed assertionAssertion Failed: You attempted to access `someValue.toJSON` (on `<(unknown mixin):ember2486>`), but `someValue` is a computed property.↵↵Due to certain internal implementation details of Ember,
I read the linked RFCs and discussion and I understand this is just a precautionary assertion, but this breaks
JSON.stringify
usage.https://github.com/douglascrockford/JSON-js/blob/master/json2.js#L237-L238
The text was updated successfully, but these errors were encountered: