localvoid / ivi

Lighweight Embeddable Web UI Library
MIT License
724 stars 22 forks source link

"prevSibling" -> "previousSibling" #45

Closed leeoniya closed 1 year ago

leeoniya commented 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>
  `;
localvoid commented 1 year ago

Thanks, I'll need to setup CI with tests as I've started to make a lot of this stupid bugs.

leeoniya commented 1 year ago

was in the process of opening https://github.com/localvoid/ivi/issues/46 :D