-
Notifications
You must be signed in to change notification settings - Fork 652
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" issue with dynamically applied classes not being properly removed for reentering items #499
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool – this is a good improvement. i made some minor comments for improving code readability a bit, but this is nice
@taion thanks for the review! I've applied all your suggested code changes |
No pressure - just a question. Are there chances for a new release with this soon(-ish) or should we use a fork temporarily? |
aaarrrrg i messed up the commit name. it'll get published once i fix it |
…d for reentering items (#499) * Add failing test for not removing dynamically applied classes * Fixed issue with not removing dynamically applied classes * Clear cached applied classes when removing them * Few stylistic changes suggested at code review * Fix linting errors
## [4.0.1](v4.0.0...v4.0.1) (2019-05-09) ### Bug Fixes * issue with dynamically applied classes not being properly removed for reentering items ([#499](#499)) ([129cb11](129cb11))
Thanks for the quick release ❤️ |
## [4.0.1](reactjs/react-transition-group@v4.0.0...v4.0.1) (2019-05-09) ### Bug Fixes * issue with dynamically applied classes not being properly removed for reentering items ([#499](reactjs/react-transition-group#499)) ([129cb11](reactjs/react-transition-group@129cb11))
## [4.0.1](reactjs/react-transition-group@v4.0.0...v4.0.1) (2019-05-09) ### Bug Fixes * issue with dynamically applied classes not being properly removed for reentering items ([#499](reactjs/react-transition-group#499)) ([129cb11](reactjs/react-transition-group@129cb11))
## [4.0.1](reactjs/react-transition-group@v4.0.0...v4.0.1) (2019-05-09) ### Bug Fixes * issue with dynamically applied classes not being properly removed for reentering items ([#499](reactjs/react-transition-group#499)) ([129cb11](reactjs/react-transition-group@129cb11))
## [4.0.1](reactjs/react-transition-group@v4.0.0...v4.0.1) (2019-05-09) ### Bug Fixes * issue with dynamically applied classes not being properly removed for reentering items ([#499](reactjs/react-transition-group#499)) ([129cb11](reactjs/react-transition-group@129cb11))
Issue - https://codesandbox.io/s/zzxzjjwwmp
Notice how the reentered item (foo) has "exit" classes applied incorrectly.