Open waihon opened 3 years ago
can always ping @runspired :upside_down_face:
Thanks for the suggestion, @NullVoxPopuli!
I have reached out to David Tang, the author of Pro Ember Data.
@waihon did you still need help? There were a few async relationship bugs in 3.28 that have since been patched.
The are 2 issues in the above-mentioned branch which uses Mirage (as a mock server for development) and after upgrading Ember.js from
3.21
to3.28
:Here's a video illustrating the above issues on the app running on Ember.js
3.28
: https://user-images.githubusercontent.com/1195433/144527024-ae1b7bdb-65d3-4db0-9ee2-1a888292b22e.movHere's a video illustrating no such issues on the same app running on Ember.js
3.21
: https://user-images.githubusercontent.com/1195433/144527059-6e3522a2-7da0-40be-850c-45aa2702a9bb.movIt happened that the
_query()
method has changes since3.22
which calls_setIdentifiers
instead of_setInternalModels
(3.21
and before):