Skip to content

Commit

Permalink
remove react-dom
Browse files Browse the repository at this point in the history
  • Loading branch information
jljsj33 committed May 24, 2017
1 parent c3be909 commit 5696067
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/QueueAnim.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React, { createElement, cloneElement } from 'react';
import ReactDOM from 'react-dom';
import PropTypes from 'prop-types';
import TweenOne, { ticker } from 'rc-tween-one';

Expand Down Expand Up @@ -49,7 +48,6 @@ class QueueAnim extends React.Component {
}

componentDidMount() {
this.dom = ReactDOM.findDOMNode(this);
if (this.props.appear) {
this.componentDidUpdate();
}
Expand Down

0 comments on commit 5696067

Please sign in to comment.