chenglou / react-tween-state

React animation.
Other
1.74k stars 70 forks source link

something happen #32

Closed suhaotian closed 9 years ago

suhaotian commented 9 years ago

I run the example,but: Uncaught Error: Invariant Violation: setState(...): takes an object of state variables to update.

chenglou commented 9 years ago

Are you running the master version? The official 0.0.5 version is the last one that's compatible with with React < 0.13, because the behavior of setState has changed since.

I think that's it. If that's not the case please reopen the issue! =)

suhaotian commented 9 years ago

@chenglou tks :+1: