You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The .innerHTML optimization when creating blocks of static HTML is nice, but unfortunately it's not usable when compiling a hydratable component, which happens whenever you're compiling something for Sapper.
I understand the reasoning behind this limitation (we need to be able to access each of the separate DOM nodes to hydrate them), but this is still an unfortunate limitation. I have no idea of what another way of handling this would be.
The text was updated successfully, but these errors were encountered:
The
.innerHTML
optimization when creating blocks of static HTML is nice, but unfortunately it's not usable when compiling a hydratable component, which happens whenever you're compiling something for Sapper.I understand the reasoning behind this limitation (we need to be able to access each of the separate DOM nodes to hydrate them), but this is still an unfortunate limitation. I have no idea of what another way of handling this would be.
The text was updated successfully, but these errors were encountered: