Browse Source

Allow for non-html children

pull/10/head
Francisco Presencia 5 years ago
committed by GitHub
parent
commit
d69d193fa1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/index.js

2
src/index.js

@ -26,7 +26,7 @@ const ReactJSDOM = {
global[prop] = origGlobals[prop];
});
return container.children[0];
return container.childNodes[0];
}
};

Loading…
Cancel
Save