Wikodit / js-data-jsonapi-light

JSData adapter which serialize and deserialize JSONApi response and requests.
MIT License
8 stars 4 forks source link

ManyToMany with nested include doesn't work #29

Closed Tronix117 closed 7 years ago

Tronix117 commented 7 years ago

With following configuration:

When store.findAll('Company', { include: 'companyUsers.user' }) is called, an infinite loop of record creation is triggered.