`form_for` deprecation warning when using FilterForm
I'm getting a deprecation warning filling up the terminal (I'll blame that for the earlier inspect non-issue!):
Line 65 of my component is the call to
Line 65 of my component is the call to
<.inputs_for :let={components} field={@component[:components]}>... I think the warning is referring to the call to form_for at https://github.com/ash-project/ash_phoenix/blob/main/lib/ash_phoenix/filter_form/filter_form.ex#L948 but not totally sure