Last analyzed 276c43f 3 months ago
Default analysis branch is
Currently analyzing run
Detected aliasing this JS-0342
Anti-pattern
6 months ago6 months old
Unexpected aliasing of 'this' to local variable
21  }
22
23  onConnect = action => {
24    const _this = this25
26    if (action === SocketStatus.CONNECTED) {
27      _this.onSocketConnectionChange(true)