boianr

Results 1 comments of boianr

I managed to reproduce this locally. I can't figure why this happens yet, but I narrowed it down to `Html.Keyed.node`. Changing line https://github.com/billstclair/elm-sortable-table/blob/b9c4f87eb55b7f96b9f0f5ec717617ea0f08bad6/src/Table.elm#L466 to use `Html.node` instead of `Keyed.node` fixes...