Update LV dep to 0.18.18 (and require >= 0.18.18 in client apps)
Remove calls to HTMLEngine.component/3 as it has been removed (was a private API anyway, our calls could be replaced with simple function calls)
Remove use of deprecated function Phoenix.HTML.Form.form_for/3 without anonymous function. Instead used Phoenix.Component.to_form/2 to create formdata-likes.
[#102]
HTMLEngine.component/3
as it has been removed (was a private API anyway, our calls could be replaced with simple function calls)Phoenix.HTML.Form.form_for/3
without anonymous function. Instead usedPhoenix.Component.to_form/2
to create formdata-likes.let
with new:let