REACTJS ERROR DOC

if (this.state.liked) {
      return e(
          'span',
          {style:{color:"blue",background:"silver",fontSize:22}},
          'You liked this.'
          );
    }
Ashik Sarker