Lucifier129 / react-lite

An implementation of React v15.x that optimizes for small script size
MIT License
1.73k stars 98 forks source link

findDOMNode issue with various animation libraries #65

Open VinSpee opened 8 years ago

VinSpee commented 8 years ago

Hi! version: 0.15.13

I'm having trouble using react-lite alongside animation libraries.

when the component tries to transition, I get: Uncaught Invariant Violation: findDOMNode was called on an unmounted component.

I've had the same error with both rc-animate and velocity-react.

Both work fine w/ the same code on regular react. Any ideas?

Thanks!

Lucifier129 commented 8 years ago

Can you add a simple demo for reproducing the problem?

I try to run the demo of velocity-react, and everything looks ok.