We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After setting a new state, PdfReader cannot draw a new PDF image. How can I solve this problem
The text was updated successfully, but these errors were encountered:
faced kinda same issue. steps: 1 - load pdf from remote 2 - set another pdf 3 - black screen or first pdf is rendered
possible reason - DisposableEffect not triggered for new url. I've noticed nor VerticalPdfReaderState nor PdfReaderState have eq/hashcode overriden.
Sorry, something went wrong.
faced kinda same issue. steps: 1 - load pdf from remote 2 - set another pdf 3 - black screen or first pdf is rendered possible reason - DisposableEffect not triggered for new url. I've noticed nor VerticalPdfReaderState nor PdfReaderState have eq/hashcode overriden.
Hi @TooLazyy, Did you get any solution on this?
++
@GRizzi91 Did you have any solution for this?
GRizzi91
No branches or pull requests
After setting a new state, PdfReader cannot draw a new PDF image. How can I solve this problem
The text was updated successfully, but these errors were encountered: