Skip to content

Commit

Permalink
add test + fix for chained async has many (#7691)
Browse files Browse the repository at this point in the history
* [bugfix]: fix for chained async has many

* add fix and update tests

* remove console.logs

* make work with flags off

* fix test for lts

Co-authored-by: Chris Thoburn <[email protected]>
  • Loading branch information
2 people authored and snewcomer committed Dec 16, 2021
1 parent 5c1be98 commit 5481f2f
Show file tree
Hide file tree
Showing 9 changed files with 779 additions and 516 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module('tracking state flags on a record', function (hooks) {
enumerable: true,
configurable: true,
get() {
tag.reg; // subscribe
tag.rev; // subscribe
if (_isDirty && !_isUpdating) {
_isUpdating = true;
resolve(desc.get.call(this)).then((v) => {
Expand Down
Loading

0 comments on commit 5481f2f

Please sign in to comment.