Mihai Rotaru
Mihai Rotaru
So I had a stab at this, as visible above. Essentially, you'd somehow give each such component a unique identifier, and then use that throughout the store (reducers, sagas, etc)...
`auto-associations` branch works pretty nicely, but it looks like there's a problem with self-referencing `belongsToMany`; if you add one to the test, like: ``` test.models.Person.belongsToMany(test.models.Person, { as: 'related', through: 'related_people'...
Same on El Capitan 10.11.16, Docker version 17.06.0-ce, build 02c1d87 (18432) Anybody knows the latest version which doesn't have this issue ?
Re-installed current stable (Version 17.06.0-ce-mac18 (18433)) and not seeing the issue.