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(setprops): allowed for setProps to be synced with nextTick intervals #1618

Merged
merged 2 commits into from Aug 1, 2020

Commits on Jul 31, 2020

  1. fix(setprops): allowed for setProps to be synced with nextTick intervals

    setProps in certain cases was being blown away by nextTick intervals. If the property is not up to
    date, setProps will be called again to sync the changes.
    
    fix vuejs#1419
    AtofStryker committed Jul 31, 2020
    Copy the full SHA
    fa669fa View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2020

  1. Update packages/test-utils/src/wrapper.js

    Co-authored-by: Bill Glesias <bglesias@gmail.com>
    lmiller1990 and AtofStryker committed Aug 1, 2020
    Copy the full SHA
    766fe00 View commit details
    Browse the repository at this point in the history