TypeError: can't access property "id", e is null
def00111 opened this issue · 1 comments
def00111 commented
Describe the bug
Can't open the document.
Document
Attachment D - Instructions.docx
Expected behavior
It should render the document.
Desktop (please complete the following information):
- OS: Windows_NT 10.0 22631
- Browser Firefox Nightly
- Version 127.0a1 (2024-04-30) (32-Bit)
Additional context
I'm calling docx.renderAsync with the following options:
await docx.renderAsync(blob, container, null, {
inWrapper: false,
ignoreWidth: true,
ignoreHeight: true,
ignoreLastRenderedPageBreak: false,
experimental: false,
renderChanges: true,
renderComments: true
});
VolodymyrBaydalka commented
Fixed in 0.3.1