troibe / material-components-web-miso

Matiso - Material components for Miso

Home Page:https://www.matiso.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Activating first Tab of TabBar leads to crash

troibe opened this issue · comments

Affecting #13
Probably this is an issue in either Miso or GHCJS.
TabBar crash

Instead of the expected 0 the index of the tab is set to "".
grafik

For all indices greater 0 the index of the tab is set to the expected integer.
grafik

This issue also affects #4

Probably due to issue in diffing algorithm that prevents props with a zero value.
dmjio/miso#644 (comment)