Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Error: invalid state transition from Default with TransitionPrepare #1

Closed
ericingram opened this issue Apr 15, 2017 · 0 comments
Closed

Comments

@ericingram
Copy link

First of all, I love this library, great work!

Can you help me understand why I am getting this error:
invalid state transition from Default with TransitionPrepare

Code looks something like this:

<CSSTransitionGroup transitionAppear={true}>
  {map(value, (option, index) => (
    <FadeInDownBounce key={index}>
      ...
    </FadeInDownBounce>
  ))}
</CSSTransitionGroup>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant