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(core - patch):when before patch: old keys like [a, b, c ...] new … #13112

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 3, 2023

  1. fix(core - patch):when before patch: old keys like [a, b, c ...] new …

    …keys like [d, b, b, e, ....], when patch the second key "b" Vnode by new children, the vnodeToMove will be undefined, so need add a condition for vnodeToMove
    
    fix an error when diff patch, when before patch: old keys like [a, b, c ...] new keys like [d, b, b, e, ....], when patch the second key "b" Vnode by new children, the vnodeToMove will be undefined, so need add a condition for vnodeToMove
    sam0212 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    f4b6be0 View commit details
    Browse the repository at this point in the history