css-transition-group icon indicating copy to clipboard operation
css-transition-group copied to clipboard

CSS transition does not work for IE on SVG Elements.

Open Cloroxod opened this issue 10 years ago • 1 comments

in the CSSCore.js file on line 41: 'element.className = element.className + ' ' + className;' throws error: 'Assignment to read-only properties is not allowed in strict mode'

it seems that className for svg is readonly.

Cloroxod avatar Jan 25 '16 21:01 Cloroxod

@Cloroxod try wrapping the svg in a div, and it works ok: https://stackoverflow.com/questions/36043677/react-dependencies-broken-in-ie11/36572689

Maybe a solution in there for the bug?

bvassmer avatar May 23 '17 19:05 bvassmer