Bahmni / speech-assistant-frontend

Detected aliasing this JS-0342
Anti-pattern
Major
2 years ago2 years 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)