elm-community / html-extra

Additional functions for working with Html.
http://package.elm-lang.org/packages/elm-community/html-extra/latest
MIT License
31 stars 14 forks source link

`innerHtml` can cause runtime errors #15

Closed hecrj closed 6 years ago

hecrj commented 6 years ago

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?

rgrempel commented 6 years ago

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.

hecrj commented 6 years ago

Closing this. innerHtml is forbidden in Elm 0.19.