1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-11-29 21:23:11 +03:00

Merge remote-tracking branch 'upstream/develop' into compact-reply-rendering

This commit is contained in:
Tulir Asokan
2020-04-10 13:56:01 +03:00
387 changed files with 13248 additions and 5078 deletions

View File

@@ -50,6 +50,7 @@ export default createReactClass({
overrideEventTypes: PropTypes.object,
},
// TODO: [REACT-WARNING] Replace component with real class, use constructor for refs
UNSAFE_componentWillMount: function() {
this._body = createRef();
},