pdfjsLib.getDocument({data: this.props.pdfData}).then((pdf) => { this.setState({pdf: pdf}); });
I have changed the above block of code to