We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd9177 commit d0d557eCopy full SHA for d0d557e
src/section.js
@@ -4,7 +4,7 @@ import Hook from "./utils/hook";
4
import { sprint } from "./utils/core";
5
import { replaceBase } from "./utils/replacements";
6
import Request from "./utils/request";
7
-import { DOMParser as XMLDOMSerializer } from "xmldom";
+import { DOMParser as XMLDOMSerializer } from "@xmldom/xmldom";
8
9
/**
10
* Represents a Section of the Book
src/utils/core.js
@@ -2,7 +2,7 @@
2
* Core Utilities and Helpers
3
* @module Core
*/
-import { DOMParser as XMLDOMParser } from "xmldom";
+import { DOMParser as XMLDOMParser } from "@xmldom/xmldom";
* Vendor prefixed requestAnimationFrame
0 commit comments