arkokoley/pdfvuer

Type Error Cannot read property getPage of null

Reetro opened this issue · 2 comments

So I've just started using this plugin and I've notice I keep getting this error in console.
[Vue warn]: Error in callback for watcher "page": "TypeError: Cannot read property 'getPage' of null"
The PDF will load just fine and still work but what does this error actually mean?

Is the pdf being loaded quite large? the error might be originating because of the getPage function being fired before the pdf has loaded.

Closing because of lack of activity. Please reopen if necessary.