-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX release] Fixes ArrayProxy content updates
ArrayProxy was not properly updating its own chain tags whenever its content updated, which caused the regression. Fixing this caused another issue, since we were updating tags with more recent state and not properly dirtying those tags. Since those tags were consumed eagerly, earlier on in the render cycle, there was no way to dirty the tags when the update occured lazily. So, we had to add a `CUSTOM_TAG_FOR` to trigger the update _when_ the tag was consumed.
- Loading branch information
Chris Garrett
committed
Feb 27, 2020
1 parent
7598547
commit 93937d9
Showing
2 changed files
with
38 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters