diff --git a/libs/horizon/src/renderer/Types.ts b/libs/horizon/src/renderer/Types.ts index 5b6205ca..6765fe10 100644 --- a/libs/horizon/src/renderer/Types.ts +++ b/libs/horizon/src/renderer/Types.ts @@ -21,7 +21,7 @@ export type JSXElement = { key: any; ref: any; props: any; - _vNode: any; + belongClassVNode: any; };