Hello!
I am getting this annoying warning when trying to open a generated docx file.
The document is as simple as it gets (as it was only a test)
new Document({
sections: [
{
children: [
new Paragraph({
children: [new TextRun('Hello World')],
}),
],
},
],
})
This happens even with an empty document, with an empty children array.
Any idea what might be causing it?
Hello!
I am getting this annoying warning when trying to open a generated docx file.
The document is as simple as it gets (as it was only a test)
This happens even with an empty document, with an empty children array.
Any idea what might be causing it?