@ai-react-markdown/engine 2.3.2 → 2.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -1964,6 +1964,7 @@ function buildCrossChunkHandlers() {
1964
1964
  }
1965
1965
  if (s.options.preserveOrphan && !s.footnoteOrder.includes(id)) {
1966
1966
  s.footnoteOrder.push(id);
1967
+ if (!s.footnoteCounts.has(id)) s.footnoteCounts.set(id, 0);
1967
1968
  }
1968
1969
  return void 0;
1969
1970
  },