-
-
Notifications
You must be signed in to change notification settings - Fork 898
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
Duplicated Annotation Layer - after update to version 9.0 #1837
Comments
Updated our app to react-pdf v9.0.0 and I am getting the same issue. In my use case, the text input cannot be clicked as the annotation layer has a DOM element that prevents it from being clicked. Any solution regarding this? |
I'm facing the same issue |
Apart from downgrading to v8, is there any available solution to this? I'm using v8 but that has a serious security vulnerability. |
i do have the same problem, same content is repeating one w format and one w/o format. |
@ajaykarthikr I think the security issue with v8 was solved on 8.0.2 according to this |
my issue is resolved after added the stylesheet, the issue i faced was, some text is re rendered again causing duplicate content in the final pdf. import 'react-pdf/dist/Page/AnnotationLayer.css'; |
Before you start - checklist
Description
After upgrading to react-pdf 9.0.0, we have encountered an issue where some form field inputs seem to be displayed twice. This duplication results in incorrect rendering of these fields. It appears that hidden elements from the Annotation layer are being shown, causing this duplication. Please see the image below for reference.
Steps to reproduce
Expected behavior
Actual behavior
Additional information
No response
Environment
The text was updated successfully, but these errors were encountered: