We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c40e3d commit 7e363feCopy full SHA for 7e363fe
src/ReactCSSTransitionReplace.jsx
@@ -93,7 +93,7 @@ export default class ReactCSSTransitionReplace extends React.Component {
93
}
94
95
componentDidUpdate() {
96
- const nextChild = ReactDOM.findDOMNode(this.refs.nextChild);
+ const nextChild = this.refs.nextChild;
97
98
// If there is a next child we'll be animating it in soon, so change to its height.
99
if (nextChild && nextChild.offsetHeight !== this.state.height) {
0 commit comments