You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I just release version 3.0.2. The error should now been fixed :) Additional measures to prevent that from happening in the future were also taken. Let me know if everything works for you!
Hi, this is apparent in v3.x
In AnnotationLayer.jsx, this.context.scale is undefined
So when the scale changes, the annotations do not resize with the pdf.
Ahh, I just realized scale is not defined as a contextType in AnnotationLayer.jsx
^ needs
scale: PropTypes.number
@wojtekmaj this one line is not worth me doing a PR (I can't get the lib to build because of some babel issue anyway).
The text was updated successfully, but these errors were encountered: