loreanvictor / rehtm

Create and hydrate HTML with HTM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't handle conditionals

loreanvictor opened this issue · comments

this doesn't work, it should:

import { html } from 'https://esm.sh/rehtm'

document.body.appendChild(html`<div>Hellow ${undefined && 'World!'}</div>`)