refactor(devtools): emit needs to send the instance in args

This commit is contained in:
Guillaume Chau 2020-08-24 20:23:09 +02:00
parent 11b1d7c73f
commit 410e7abbbb

View File

@ -81,7 +81,7 @@ export function devtoolsComponentEmit(
devtools.emit(
DevtoolsHooks.COMPONENT_EMIT,
component.appContext.app,
component.uid,
component,
event,
params
)