wojtekmaj / react-pdf

Display PDFs in your React app as easily as if they were images.
https://projects.wojtekmaj.pl/react-pdf
MIT License
9.24k stars 877 forks source link

copy source when data is arraybuffer #1609

Closed luocongqiu closed 11 months ago

luocongqiu commented 11 months ago

When I pass the Blob file and options params, the Document component will render twice, and the second time source.data will empty

image
wojtekmaj commented 11 months ago

Is there a chance you could add a test that was previously failing, and now isn't, so that we would be sure it doesn't regress?

luocongqiu commented 11 months ago

@wojtekmaj codesandbox

wojtekmaj commented 11 months ago

Define options outside of React function as documentation says and the error is gone.

luocongqiu commented 11 months ago

@wojtekmaj In my usage scenario, the options parameter cannot be static, such as password

wojtekmaj commented 11 months ago

Use useMemo.