Skip to content

Commit a88d40c

Browse files
committed
wip
1 parent 463f277 commit a88d40c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/morph/src/morph.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,7 @@ function seedingMatchingId(to, from) {
497497
let fromId = from && from._x_bindings && from._x_bindings.id
498498

499499
if (! fromId) return
500+
if (! to.setAttribute) return
500501

501502
to.setAttribute('id', fromId)
502503
to.id = fromId

0 commit comments

Comments
 (0)