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 1ca88c7 commit 009dbbdCopy full SHA for 009dbbd
packages/core/src/node/host-docks.ts
@@ -9,7 +9,7 @@ export class DevToolsDockHost implements DevToolsDockHostType {
9
public readonly context: DevToolsNodeContext,
10
) {
11
this._sendOnChange = debounce(() => {
12
- context.rpc.boardcast?.$callOptional('vite:core:list-dock-entries:updated')
+ context.rpc?.boardcast?.$callOptional('vite:core:list-dock-entries:updated')
13
}, 10)
14
}
15
0 commit comments