-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Do not process the same shares twice #20771
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
Conversation
rullzer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
YEEHAA
Works again!
|
/compile amend / |
gary-kim
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
f9ff454 to
fa208ae
Compare
|
/compile amend / |
fa208ae to
37182b0
Compare
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
37182b0 to
31172a0
Compare
|
I'm wondering if we should backport 🤔 |
Let's leave it in 19 for now. |
Shares are processed twice. Vue is smart to not replace the whole data.
So when it's updated again, the share objects are changed but because the share id is the same, vue don't care and does not refresh everything (specifically the reactive state) and the objects references break....