refactor(devtools): emit needs to send the instance in args
This commit is contained in:
parent
11b1d7c73f
commit
410e7abbbb
@ -81,7 +81,7 @@ export function devtoolsComponentEmit(
|
|||||||
devtools.emit(
|
devtools.emit(
|
||||||
DevtoolsHooks.COMPONENT_EMIT,
|
DevtoolsHooks.COMPONENT_EMIT,
|
||||||
component.appContext.app,
|
component.appContext.app,
|
||||||
component.uid,
|
component,
|
||||||
event,
|
event,
|
||||||
params
|
params
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user