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

Cleaning up code by making vnode.attrs always non-null #2819

Open
wants to merge 2 commits into
base: next
Choose a base branch
from

Commits on Feb 10, 2023

  1. Remove code when vnode.attrs is null

    Because vnode.attrs is never null by commit f9e5163
    kfule committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    e876753 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Always keep key in vnode.attrs if it exists

    Because vnode.attrs is never null by commit f9e5163
    kfule committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    51a1f35 View commit details
    Browse the repository at this point in the history