Match-id-920fceb0dd12b6eb08f869bbeb4ca1dcce6cb769
This commit is contained in:
parent
a71b1dc317
commit
ba22cc3bf7
|
@ -12,10 +12,6 @@ class Component<P,S,C> {
|
|||
constructor(props: P, context: C) {
|
||||
this.props = props;
|
||||
this.context = context;
|
||||
this.state = null;
|
||||
this.refs = null;
|
||||
this.setState = null;
|
||||
this.forceUpdate = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue