Skip to content

Fixed bug applying clasName to SVG DOM tags#422

Open
ArturoVicencioParada wants to merge 1 commit intotsayen:masterfrom
ArturoVicencioParada:patch-1
Open

Fixed bug applying clasName to SVG DOM tags#422
ArturoVicencioParada wants to merge 1 commit intotsayen:masterfrom
ArturoVicencioParada:patch-1

Conversation

@ArturoVicencioParada
Copy link
Copy Markdown

Setting className = throwed this error:

Cannot set property className of SVGElement which has only a getter.

Setting this line to node.setAttribute fixed the error

Setting className = throwed this error: 

Cannot set property className of SVGElement which has only a getter.

Setting this line to node.setAttribute fixed the error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant