That function doesn't exist. You can do:
const pdfInstance = ReactPDF.pdf(<MyDocument />); const buffer = await pdfInstance.toBuffer();