Skip to content

getClasses function's filter works contrawise #711

Open
@danielcsorba

Description

@danielcsorba

].filter(v => v == null);

Result:
This currently leaving only the null values in the array. Causing invalid class names and preventing class based options to work.

Fix:
It should be negated !== instead of ==.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions