Open VinSpee opened 8 years ago
Hi! version: 0.15.13
0.15.13
I'm having trouble using react-lite alongside animation libraries.
react-lite
when the component tries to transition, I get: Uncaught Invariant Violation: findDOMNode was called on an unmounted component.
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!
Can you add a simple demo for reproducing the problem?
I try to run the demo of velocity-react, and everything looks ok.
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!