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; } }