You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since replacement 3 weeks ago of <%= render_slot(@inner_block) %>
to {render_slot(@inner_block)}
In core components, you have to update your project mix.exs and dependencies to the latest Phoenix.
Since replacement 3 weeks ago of
<%= render_slot(@inner_block) %>
to
{render_slot(@inner_block)}
In core components, you have to update your project mix.exs and dependencies to the latest Phoenix.
The text was updated successfully, but these errors were encountered: