Merge pull request #3516 from matrix-org/t3chguy/clean_out_useless_errors

Cull some easily fixable errors which make the console a mess
This commit is contained in:
Michael Telatynski 2019-10-04 10:20:34 +01:00 committed by GitHub
commit 06c612ba3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 16 additions and 25 deletions

View file

@ -409,10 +409,6 @@ export default createReactClass({
groupIsNew: PropTypes.bool,
},
childContextTypes: {
groupStore: PropTypes.instanceOf(GroupStore),
},
getInitialState: function() {
return {
summary: null,