-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Description
the two i've run into are implicit tbody
insertion (and couple other tags), and adjacent textNode fusion. the former can probably be solved by the htm compiler. the latter was never a problem with DOMVM since it does a vnode array normalization pass that also fuses. but ivi doesnt fuse and a text+expr may result in two text nodes. so i think you'll need to insert comment nodes for SSR and either leave them in or strip them out during hydration.
Metadata
Metadata
Assignees
Labels
No labels