diff --git a/packages/core/src/component.ts b/packages/core/src/component.ts index d08ce976..371cd915 100644 --- a/packages/core/src/component.ts +++ b/packages/core/src/component.ts @@ -102,7 +102,7 @@ export interface ComponentInstance

_updateHandle: Autorun _queueJob: ((fn: () => void) => void) - _self: ComponentInstance // on proxies only + _self: ComponentInstance // on proxies only } // actual implementation of the component