VolodymyrBaydalka/docxjs

TypeError: can't access property "id", e is null

def00111 opened this issue · 1 comments

Describe the bug
Can't open the document.

Document
Attachment D - Instructions.docx

Expected behavior
It should render the document.

Screenshots
firefox_gc1id4oBKZ

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
    });

Fixed in 0.3.1