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: Explicitly handle null attribute values #1157

Merged
merged 4 commits into from
Feb 27, 2023

Commits on Feb 27, 2023

  1. fix: Explicitly handle removed attributes

    The attribute `value` can be null when a mutation observer triggers due to a removed attribute. This is currently not reflected by types and code.
    mydea committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    0f26308 View commit details
    Browse the repository at this point in the history
  2. Apply formatting changes

    mydea authored and github-actions[bot] committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    eba9582 View commit details
    Browse the repository at this point in the history
  3. fix

    mydea committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    4d92235 View commit details
    Browse the repository at this point in the history
  4. add changeset

    mydea committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    b242c56 View commit details
    Browse the repository at this point in the history