TASK22224: tidy pdf render compatibility

This commit is contained in:
2026-03-24 05:52:38 +00:00
parent 9b0365ffbd
commit c6205bbb39
4 changed files with 36 additions and 2 deletions
+1 -1
View File
@@ -227,7 +227,7 @@ export default async function handler(req, res) {
};
const renderedPDF = await ReactPDF.renderToStream(
React.createElement(MyDocument, {
MyDocument({
docProps: blobProgress,
pickListData: pickListData
})