79300825

Date: 2024-12-22 10:41:19
Score: 0.5
Natty:
Report link

As mentionned in this Github issue, one of the solutions might be adding this change to your package.json:

// changing 
"pdfjs-dist": "^2.6.347",
// to
"pdfjs-dist": "2.6.347",
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: arrmani88