feat(devtools): send instance

This commit is contained in:
Guillaume Chau 2020-12-18 18:24:01 +01:00
parent b81d279e40
commit 3626ff07fe

View File

@ -67,7 +67,8 @@ function createDevtoolsComponentHook(hook: DevtoolsHooks) {
hook, hook,
component.appContext.app, component.appContext.app,
component.uid, component.uid,
component.parent ? component.parent.uid : undefined component.parent ? component.parent.uid : undefined,
component
) )
} }
} }