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

Take Control of Your CSS Transitions

Results 5 react-css-transition issues
Sort by recently updated
recently updated
newest added

This block runs but throws an error ` ` This block throws no errors, but does not run. ` ` For some reason, marginLeft is not getting converted into margin-left...

I am using React # next and I am getting an error: `Uncaught Error: CSSTransition.getChildContext(): childContextTypes must be defined in order to use getChildContext().` I temporary fixed this with: ```...

I've been trying this across about 5 different methods of css-transitions... none of them work.

This is a suggested fix for https://github.com/wikiwi/react-css-transition/issues/3. Untested, but trivial.

Typescript 2.4.1 reports when compiling `csstransitiongroup.d.ts`: > Error:(13, 5) TS2424:Class 'Component' defines instance member function 'componentDidMount', but extended class 'CSSTransitionGroup' defines it as instance member property. This is regarding: ```js...