Precise DOM morphing
morphing typescript dom

fix typo

+1 -1
+1 -1
src/morphlex.ts
··· 407 407 } 408 408 } 409 409 410 - // Match by huristics 410 + // Match by heuristics 411 411 for (let i = 0; i < toChildNodes.length; i++) { 412 412 if (matches[i]) continue 413 413 const element = toChildNodes[i]!