We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11b1d7c commit 410e7abCopy full SHA for 410e7ab
packages/runtime-core/src/devtools.ts
@@ -81,7 +81,7 @@ export function devtoolsComponentEmit(
81
devtools.emit(
82
DevtoolsHooks.COMPONENT_EMIT,
83
component.appContext.app,
84
- component.uid,
+ component,
85
event,
86
params
87
)
0 commit comments