Closed leeoniya closed 1 year ago
@localvoid unbreaks global init. (broke with the tpl below)
return () => htm` <div class="app"> <div class="counter">${count()}</div> <button @click=${inc}>Increment</button> <form> <input type="text" *value=${value} @input=${setValue}> </form> </div> `;
Thanks, I'll need to setup CI with tests as I've started to make a lot of this stupid bugs.
was in the process of opening https://github.com/localvoid/ivi/issues/46 :D
@localvoid unbreaks global init. (broke with the tpl below)