We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7942de commit cd0c393Copy full SHA for cd0c393
src/resources/common/debug.ts
@@ -25,7 +25,7 @@ export class DebugResource extends ReactiveResource<
25
},
26
27
{
28
- initial: { tag: "disconnected" } as ConnectionStateDebuggingInformation,
+ initial: { tag: "disconnected" },
29
events: ["connect", "disconnect", "close", "connection-error"],
30
31
server,
0 commit comments