You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While inspecting some of the rendered SVG code I noticed that some group elements contain a mixture of class and className attributes. The className attribute appears to mirror the class attribute.
See this screenshot for an example:
In the rendered markup should we be outputting a class attribute only?
The text was updated successfully, but these errors were encountered:
In the rendered markup should we be outputting a class attribute only?
It should, good catch! At the very least class itself is still present which means there is no functional bug, but redundant attribute definitely worth removing.
While inspecting some of the rendered SVG code I noticed that some group elements contain a mixture of
class
andclassName
attributes. TheclassName
attribute appears to mirror theclass
attribute.See this screenshot for an example:
In the rendered markup should we be outputting a
class
attribute only?The text was updated successfully, but these errors were encountered: