-
Notifications
You must be signed in to change notification settings - Fork 78
Closed
Labels
bugSomething isn't workingSomething isn't workingnextIssue/Pull Request for the next major versionIssue/Pull Request for the next major version
Description
Bug
When applying classes to DOM nodes vdom attempts to simply set className on a DOM element if it isn't merging and there were no classes applied on the previous render. However className is read only for svg elements and throws an error like:
Cannot assign to read only property 'className' of object '#<SVGSVGElement>'
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingnextIssue/Pull Request for the next major versionIssue/Pull Request for the next major version