From 7d5fffc2321e7f1793950781f25be1ab123523c0 Mon Sep 17 00:00:00 2001 From: * <8> Date: Fri, 21 Jan 2022 11:22:21 +0800 Subject: [PATCH] Match-id-4bf53a1a96a0b53ef5e7c1f805eebe2f253d6d38 --- libs/horizon/src/renderer/Types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };