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

fix(Transition): fix component wrapping inside Transition.Group #2130

Merged
merged 1 commit into from
Sep 30, 2017

Conversation

layershifter
Copy link
Member

Fixes #2127.

What?

I've fixed the bug with mergeChildMapping in #2047, but this fix gave birth to another bug. Before it, we actually picked an old wrapped child, but in fact we need to wrap it again. I also made changes in tests, now they assert that items are wrapped.

I also picked changes from #1542 with setSafeState, because I need them in #1879.

@codecov-io
Copy link

Codecov Report

Merging #2130 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2130      +/-   ##
==========================================
+ Coverage   99.76%   99.76%   +<.01%     
==========================================
  Files         150      150              
  Lines        2597     2601       +4     
==========================================
+ Hits         2591     2595       +4     
  Misses          6        6
Impacted Files Coverage Δ
src/modules/Transition/TransitionGroup.js 100% <100%> (ø) ⬆️
src/modules/Transition/Transition.js 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9626780...d25c2d4. Read the comment docs.

@levithomason levithomason merged commit 943bf13 into master Sep 30, 2017
@levithomason levithomason deleted the fix/transition-group branch September 30, 2017 04:19
@levithomason
Copy link
Member

Released in [email protected]

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

Successfully merging this pull request may close these issues.

Transition: Transition.Group doesn't perform transitions correctly
3 participants