Skip to content

Fix null node issue in ReactCSSTransitionGroup - #6958

Merged
keyz merged 2 commits into
react:masterfrom
keyz:fix-css-transition-group
Jun 3, 2016
Merged

Fix null node issue in ReactCSSTransitionGroup#6958
keyz merged 2 commits into
react:masterfrom
keyz:fix-css-transition-group

Conversation

@keyz

@keyz keyz commented Jun 3, 2016

Copy link
Copy Markdown
Contributor

Fixes #6619. Thanks for reviewing! CC @spicyj

queueClass: function(className) {
queueClass: function(className, nodeRef) {
this.classNameQueue.push(className);
this.nodeRef = nodeRef;

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it ever possible that this is already set to a different node?

@keyz
keyz force-pushed the fix-css-transition-group branch from 414f38d to a899587 Compare June 3, 2016 20:29
@sophiebits

Copy link
Copy Markdown
Collaborator

lgtm, thanks!

@sophiebits sophiebits added this to the 15-next milestone Jun 3, 2016
@keyz
keyz merged commit c9eb572 into react:master Jun 3, 2016
@keyz
keyz deleted the fix-css-transition-group branch June 3, 2016 20:42
@ghost

ghost commented Jun 3, 2016

Copy link
Copy Markdown

@keyanzhang updated the pull request.

zpao pushed a commit to zpao/react that referenced this pull request Jun 8, 2016
zpao pushed a commit that referenced this pull request Jun 14, 2016
@zpao zpao modified the milestones: 15-next, 15.2.0 Jun 14, 2016
mrizwanashiq pushed a commit to mrizwanashiq/react that referenced this pull request Jun 25, 2026
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.

3 participants