Open c-bik opened 8 months ago
The following line throws an error: https://github.com/keatz55/phoenix_ui/blob/main/lib/phoenix/ui/components/hidden_input.ex#L5C36-L5C48
import Phoenix.HTML.Form, only: [hidden_input: 3]
hidden_input has been removed from v4 of Phoenix.HTML
hidden_input
So how do we get past this error?
Any workarounds?
Hi, is there a solution ?
The following line throws an error: https://github.com/keatz55/phoenix_ui/blob/main/lib/phoenix/ui/components/hidden_input.ex#L5C36-L5C48