dont try to attachChildren if theres not htmlElement supplied
This commit is contained in:
parent
8c1c3329be
commit
4f2f2b9015
|
@ -24,6 +24,8 @@ export const attachChildren = initialiseOpts => (htmlElement, options) => {
|
||||||
childNode.destroy()
|
childNode.destroy()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!htmlElement) return
|
||||||
|
|
||||||
if (hydrate) {
|
if (hydrate) {
|
||||||
while (htmlElement.firstChild) {
|
while (htmlElement.firstChild) {
|
||||||
htmlElement.removeChild(htmlElement.firstChild)
|
htmlElement.removeChild(htmlElement.firstChild)
|
||||||
|
|
Loading…
Reference in New Issue