diff --git a/packages/html/hydrate.js b/packages/html/hydrate.js index 8656dbf..e06b7db 100644 --- a/packages/html/hydrate.js +++ b/packages/html/hydrate.js @@ -87,12 +87,15 @@ function firstDifference (a, b, path) { } // child nodes that matter for comparison: everything except -// whitespace-only text nodes +// whitespace-only text nodes and ' + const server = wrap.firstChild + const client = html`
old
` const client = html`new
`