```tsx posts.derive(val => val.length == 0 ? <div class="noPosts">loading...</div> : <div style="display: none"></div>) ``` how i can do it without phantom div?