@tempots/dom
restoreTempoPlaceholders() function
Restores all placeholders in the DOM. This function is useful when the HTML is rendered on the server and then hydrated on the client. It restores the original content that was replaced with placeholders during the initial render. When you render on the server side, make sure to call HeadlessAdapter.setFromRoot
with the result of runHeadless
and the second parameter setPlaceholders
to true
.
Signature:
restoreTempoPlaceholders: () => void
Returns: void