frank06 / ember-data-save-relationships

A mixin for Ember Data JSON API serializers to save relationship data
https://github.com/laborvoices/ember-data-save-relationships
MIT License
41 stars 20 forks source link

infinite recursion when returned data has objects with looped relationships #21

Open BryanCrotaz opened 7 years ago

BryanCrotaz commented 7 years ago

in includes, should support A with a relationship to B when B is included with a relationship to A

This causes an infinite recursion currently