From ba22cc3bf70204d84d4fb5a83f0975777ea8ec7e Mon Sep 17 00:00:00 2001 From: * <8> Date: Mon, 21 Feb 2022 11:48:41 +0800 Subject: [PATCH] Match-id-920fceb0dd12b6eb08f869bbeb4ca1dcce6cb769 --- libs/horizon/src/renderer/components/BaseClassComponent.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libs/horizon/src/renderer/components/BaseClassComponent.ts b/libs/horizon/src/renderer/components/BaseClassComponent.ts index a5559bbd..74f6df80 100644 --- a/libs/horizon/src/renderer/components/BaseClassComponent.ts +++ b/libs/horizon/src/renderer/components/BaseClassComponent.ts @@ -12,10 +12,6 @@ class Component
{ constructor(props: P, context: C) { this.props = props; this.context = context; - this.state = null; - this.refs = null; - this.setState = null; - this.forceUpdate = null; } }