elm-community / html-extra

Additional functions for working with Html.

Home Page:http://package.elm-lang.org/packages/elm-community/html-extra/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`innerHtml` can cause runtime errors

hecrj opened this issue · comments

Using innerHtml can conflict with the virtual-dom diffing algorithm, causing a crash, as seen here: https://ellie-app.com/9Kbn9hPFha1/1

This was mentioned some time ago here: https://github.com/elm-lang/html/issues/56#issuecomment-235524657

Maybe innerHtml should be removed?

For anyone needing a temporary workaround, it is possible to mitigate this problem, at least in many cases, by using ‘keyed’ nodes to give the virtual DOM a hint.

Closing this. innerHtml is forbidden in Elm 0.19.