Merge pull request #3529 from matrix-org/t3chguy/react16_cleanup2
React error/warning cleanup
This commit is contained in:
commit
ff18a04da1
10 changed files with 63 additions and 86 deletions
|
@ -25,7 +25,7 @@ const TagPanelButtons = createReactClass({
|
|||
displayName: 'TagPanelButtons',
|
||||
|
||||
|
||||
componentWillMount: function() {
|
||||
componentDidMount: function() {
|
||||
this._dispatcherRef = dis.register(this._onAction);
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue