Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(watch): for immediate watch with single source, ensure cb is called with undefined as oldValue (fix: #7074) #7075

Merged
merged 1 commit into from Nov 9, 2022

Conversation

LinusBorg
Copy link
Member

@LinusBorg LinusBorg commented Nov 9, 2022

23e85e2 introduced a regression, this PR fixes it.
fix: #7074

@LinusBorg LinusBorg added ❗ p4-important Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf. regression labels Nov 9, 2022
@yyx990803 yyx990803 merged commit 5dc593b into main Nov 9, 2022
@yyx990803 yyx990803 deleted the linusborg/issue-7074 branch November 9, 2022 23:19
chrislone pushed a commit to chrislone/core that referenced this pull request Feb 4, 2023
zhangzhonghe pushed a commit to zhangzhonghe/core that referenced this pull request Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
❗ p4-important Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf. regression
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v3.2.43: initial value of watcher changed from undefined to an empty array
2 participants