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

Ignore unset values (like null or undefined) when resolving the classList for intellisense #9385

Merged
merged 2 commits into from Sep 21, 2022

Commits on Sep 21, 2022

  1. ignored undefined and null value values for intellisense

    We are not completely ignoring "all" falsey values, because then we
    would get rid of `0` values (e.g.: `p-0`) which is not what we want.
    RobinMalfait committed Sep 21, 2022
    Copy the full SHA
    659741b View commit details
    Browse the repository at this point in the history
  2. update changelog

    RobinMalfait committed Sep 21, 2022
    Copy the full SHA
    cb5ec5f View commit details
    Browse the repository at this point in the history