vue-pdf
vue-pdf copied to clipboard
I ran into an exception due to null
https://github.com/TaTo30/vue-pdf/blob/fbdaf443cb510f1144d83e370270fec163b33599/packages/vue-pdf/src/components/layers/AnnotationLayer.vue#L129
the above line caused : Unhandled Promise Rejection: TypeError: null is not an object (evaluating 'F.value.addEventListener')
I think there might be some race condition.
You can put your code in a nextTick or Vue lifecycle hook.
I think there might be some race condition.
It seems that the <div> element that contains the annotations was removed before finishing the render task.
I cannot reproduce this, I'd appreciate if you can share a sample code.