We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4245cab commit 5f7f709Copy full SHA for 5f7f709
src/browser/components/DesktopIntegration/index.jsx
@@ -59,11 +59,11 @@ export default class DesktopIntegration extends Component {
59
.catch(e => {}) // Catch but don't bother
60
}
61
62
- componentDidMount = () => {
+ componentDidMount () {
63
this.checkContextForActiveConnection(this.props)
64
this.setupListener(this.props)
65
66
- componentWillReceiveProps = props => {
+ componentWillReceiveProps (props) {
67
this.setupListener(props)
68
69
render = () => {
0 commit comments