Fix issue #5817: [Bug]: When websocket disconnects, status bar says "Agent is Stopped", even if the agent is still running #3306
Annotations
5 errors
|
Run TypeScript compilation
Argument of type '{ status: WsClientProviderStatus.CONNECTED; send: Mock<[event: Record<string, unknown>], void>; }' is not assignable to parameter of type 'UseWsClient'.
|
Run TypeScript compilation
Argument of type '{ gitHubToken: null; }' is not assignable to parameter of type 'AuthContextType'.
|
Run TypeScript compilation
Argument of type '{ status: WsClientProviderStatus.DISCONNECTED; send: Mock<[event: Record<string, unknown>], void>; }' is not assignable to parameter of type 'UseWsClient'.
|
Run TypeScript compilation
Process completed with exit code 2.
|
Loading