1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-20 16:22:28 +03:00

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
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,