1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-15 11:01:52 +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();
},