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.
2 parents 433d12f + e2c3b1d commit f856606Copy full SHA for f856606
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