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?