Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transition: Transition.Group doesn't perform transitions correctly #2127

Closed
inspiral opened this issue Sep 27, 2017 · 1 comment · Fixed by #2130
Closed

Transition: Transition.Group doesn't perform transitions correctly #2127

inspiral opened this issue Sep 27, 2017 · 1 comment · Fixed by #2130
Assignees
Labels

Comments

@inspiral
Copy link

Steps to Reproduce

  1. Adding at least 2 new elements with the '+' sign, then trying to remove elements with the '-' results errorneous behaviour, since the list items will not disappear properly according to the clicks on '-'.

Expected
The Transition should do remove item 1 by 1 when i click on the '-' sign.

Result
The Transition does not do this

Testcase
If the docs show the issue, use: https://react.semantic-ui.com/modules/transition#transition-example-group
Otherwise, fork this to get started: http://codepen.io/levithomason/pen/ZpBaJX

@layershifter layershifter changed the title fix(Transition): your description Transition: Transition.Group doesn't perform transitions correctly Sep 27, 2017
@layershifter layershifter self-assigned this Sep 27, 2017
@layershifter
Copy link
Member

@ianunruh Thanks for your eyes, it's caused by #2047. PR is coming.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants