ash-project / ash_hq

The Ash Framework homepage and documentation site.
MIT License
48 stars 26 forks source link

:let added in v0.18 of LiveView #114

Closed Essstp closed 1 year ago

Essstp commented 1 year ago

Get Started with Ash and Phoenix --> Connecting your Resource to a Phoenix LiveView.

<.form let={f} for={@create_form} phx-submit="create_post">

and

<.form let={f} for={@update_form} phx-submit="update_post">

:let was introduced in v0.18, so I needed to add the colon to get this example working.

zachdaniel commented 1 year ago

Fixed in latest docs, will deploy :)