Bahmni / speech-assistant-frontend

Detected aliasing this JS-0342
Anti-pattern
9 months ago9 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)