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 a58ebd3 commit 4566e7fCopy full SHA for 4566e7f
packages/core/src/client/inject/index.ts
@@ -37,7 +37,7 @@ export async function init(): Promise<void> {
37
38
const { DockEmbedded } = import.meta.env.VITE_DEVTOOLS_LOCAL_DEV
39
? await import('../webcomponents')
40
- : await import('../webcomponents')
+ : await import('@vitejs/devtools/client/webcomponents')
41
42
const dockEl = new DockEmbedded({
43
state,
0 commit comments