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
Sad Gabi edited this page Jul 23, 2026
·
3 revisions
The <void> element acts as a functional wrapper that is never rendered in the final DOM. It applies logic to multiple children without introducing unnecessary wrapper nodes.
<!-- Renders only the children; <void> itself disappears --><voidif={isLoaded}><h1>Data Loaded</h1><p>Here is your content.</p></void>