troibe / material-components-web-miso

Matiso - Material components for Miso
https://www.matiso.dev
7 stars 0 forks source link

Activating first Tab of TabBar leads to crash #14

Closed troibe closed 3 years ago

troibe commented 3 years ago

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

troibe commented 3 years ago

This issue also affects #4

troibe commented 3 years ago

Probably due to issue in diffing algorithm that prevents props with a zero value. https://github.com/dmjio/miso/issues/644#issue-833270412