Match-id-920fceb0dd12b6eb08f869bbeb4ca1dcce6cb769

This commit is contained in:
* 2022-02-21 11:48:41 +08:00 committed by *
parent a71b1dc317
commit ba22cc3bf7
1 changed files with 0 additions and 4 deletions

View File

@ -12,10 +12,6 @@ class Component<P,S,C> {
constructor(props: P, context: C) { constructor(props: P, context: C) {
this.props = props; this.props = props;
this.context = context; this.context = context;
this.state = null;
this.refs = null;
this.setState = null;
this.forceUpdate = null;
} }
} }