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 433d12f commit e2c3b1dCopy full SHA for e2c3b1d
src/index.js
@@ -26,6 +26,7 @@ export function createRootFragment(parent, replaceNode) {
26
parentNode: parent,
27
firstChild: replaceNode[0],
28
childNodes: replaceNode,
29
+ ownerDocument: parent.ownerDocument,
30
insertBefore: insert,
31
appendChild: insert,
32
removeChild: function (c) {
0 commit comments