Skip to content

Commit

Permalink
Removed transitionAppearTimeout to remove warning (#7165)
Browse files Browse the repository at this point in the history
- Removed the prop transitionAppearTimeout from
addons/transitions/ReactTransitionGroup in order to remove a warning
when passing unknown props to DOM elements.
(cherry picked from commit 6e5dd89)
  • Loading branch information
batusai513 authored and zpao committed Jul 8, 2016
1 parent c625bc8 commit 67cbe6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/addons/transitions/ReactTransitionGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ var ReactTransitionGroup = React.createClass({
delete props.childFactory;
delete props.transitionLeaveTimeout;
delete props.transitionEnterTimeout;
delete props.transitionAppearTimeout;
delete props.component;

return React.createElement(
Expand Down

0 comments on commit 67cbe6d

Please sign in to comment.