Skip to content

Commit bb7b9ca

Browse files
authored
pdfjs-dist version update
1 parent ae0968f commit bb7b9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PdfLoader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class PdfLoader extends Component<Props, State> {
2727
};
2828

2929
static defaultProps = {
30-
workerSrc: "https://unpkg.com/pdfjs-dist@4.4.168/build/pdf.worker.min.mjs",
30+
workerSrc: "https://unpkg.com/pdfjs-dist@4.10.38/build/pdf.worker.min.mjs",
3131
};
3232

3333
documentRef = React.createRef<HTMLElement>();

0 commit comments

Comments
 (0)