Skip to content

DOMException: Failed to execute 'setAttribute' on 'Element': ',' is not a valid attribute name. #6941

@SergioDonati

Description

@SergioDonati

i have this error some times
DOMException: Failed to execute 'setAttribute' on 'Element': ',' is not a valid attribute name.

i resolved adding a check before this line

el.setAttribute(key, value);

if(key == ',') return;

i only my issue?

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