Answer the question
In order to leave comments, you need to log in
ESLint: expected to assign or call a function and saw an expression instead. (No-unused-expressions)?
public stop (): void {
this._processConnectingAndDisconnecting = true
this._ua?.stop()
this._ua?.unregister({ all: true })
}
this._ua?.stop()
Equivalent to this this._ua
if this._ua == null|undefined
ESLint: Expected an assignment or function call and instead saw an expression.(no-unused-expressions)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question