-
-
Notifications
You must be signed in to change notification settings - Fork 591
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels