If I use state = ... in a constructor, it fails lint. If I follow lint and use setState(, I get the following error:
404: Error: Inferno Error: cannot update state via setState() in constructor. Instead, assign to this.state directly or define a state = {};