Fix broken dependency on inner react utility function
This commit is contained in:
parent
e2209e1104
commit
b44dd38360
7 changed files with 7 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
import PureRenderMixin from 'react-addons-pure-render-mixin';
|
||||
import ImmutablePropTypes from 'react-immutable-proptypes';
|
||||
import emojify from '../../../emoji';
|
||||
import escapeTextContentForBrowser from 'react/lib/escapeTextContentForBrowser';
|
||||
import escapeTextContentForBrowser from 'escape-html';
|
||||
import { defineMessages, injectIntl, FormattedMessage } from 'react-intl';
|
||||
import IconButton from '../../../components/icon_button';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue