Fix broken dependency on inner react utility function

This commit is contained in:
Eugen Rochko
2017-02-26 01:34:56 +01:00
parent e2209e1104
commit b44dd38360
7 changed files with 7 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
import ImmutablePropTypes from 'react-immutable-proptypes';
import PureRenderMixin from 'react-addons-pure-render-mixin';
import escapeTextContentForBrowser from 'react/lib/escapeTextContentForBrowser';
import escapeTextContentForBrowser from 'escape-html';
import emojify from '../emoji';
const DisplayName = React.createClass({