diff --git a/.changes/v3.10.2.md b/.changes/v3.10.2.md new file mode 100644 index 000000000..3c24add88 --- /dev/null +++ b/.changes/v3.10.2.md @@ -0,0 +1,3 @@ +## v3.10.2 - 2025-03-17 +### Fixed +* Replace a ts-expect-error with a ts-ignore diff --git a/CHANGELOG.md b/CHANGELOG.md index a138d557d..dccae4734 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v3.10.2 - 2025-03-17 +### Fixed +* Replace a ts-expect-error with a ts-ignore + ## v3.10.1 - 2025-03-17 ### DX * Remove yarn dependency to symfony/ux-translator, to ease the build process diff --git a/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/DocumentSignature/App.vue b/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/DocumentSignature/App.vue index 00f6e5f6f..6392a2b49 100644 --- a/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/DocumentSignature/App.vue +++ b/src/Bundle/ChillDocStoreBundle/Resources/public/vuejs/DocumentSignature/App.vue @@ -336,7 +336,7 @@ import { PDFPageProxy, } from "pdfjs-dist/types/src/display/api"; -// @ts-expect-error incredible but the console.log is needed +// @ts-ignore incredible but the console.log is needed import * as PdfWorker from "pdfjs-dist/build/pdf.worker.mjs"; console.log(PdfWorker);