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 b81d279 commit 3626ff0Copy full SHA for 3626ff0
packages/runtime-core/src/devtools.ts
@@ -67,7 +67,8 @@ function createDevtoolsComponentHook(hook: DevtoolsHooks) {
67
hook,
68
component.appContext.app,
69
component.uid,
70
- component.parent ? component.parent.uid : undefined
+ component.parent ? component.parent.uid : undefined,
71
+ component
72
)
73
}
74
0 commit comments