-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 3.0.1 causes react-pdf
renderToStream
to never return
#61
Comments
@mcdurdin can you look at this? Seems the PR you submitted introduced a regression |
@renchap a restructure only reproduction would help a lot |
Looking at the code that changed, I assume that this |
Investigating. Am travelling with limited access for next week. Laptop battery about to die. Have asked @srl295 if he can look as well. |
See the issue, I just linked, I was able to reproduce it… I'm still not sure which restructure API it hits |
Hi!
I unfortunately do not have an easy direct reproduction, but the 3.0.1 version is causing issues with
react-pdf
. It'srenderToStream
function no longer completes after the update.You can find the initial bug report here: diegomura/react-pdf#2675
Multiple people (including myself) confirmed that the issue is fixed by forcing
restructure
to version 3.0.0.It was probably introduced by #52, but I am unsure how to figure out what is happening here.
The text was updated successfully, but these errors were encountered: