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
It would be useful for partial server-side rendering if we can do this. Can we replace an element with DOM instead of inserting a DOM into an element when hydrating? Or, do you have any plans to implement new features to solve this?
The text was updated successfully, but these errors were encountered:
I think we have the following issue.
https://stackoverflow.com/questions/55611192/reactdom-hydrate-replace-container-instead-of-inserting-into
In preact, a new feature was added to solve this issue.
preactjs/preact#1557
It would be useful for partial server-side rendering if we can do this. Can we replace an element with DOM instead of inserting a DOM into an element when hydrating? Or, do you have any plans to implement new features to solve this?
The text was updated successfully, but these errors were encountered: