Skip to content

Commit 410e7ab

Browse files
committed
refactor(devtools): emit needs to send the instance in args
1 parent 11b1d7c commit 410e7ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/src/devtools.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export function devtoolsComponentEmit(
8181
devtools.emit(
8282
DevtoolsHooks.COMPONENT_EMIT,
8383
component.appContext.app,
84-
component.uid,
84+
component,
8585
event,
8686
params
8787
)

0 commit comments

Comments
 (0)