Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Phoenix dependencies, outdated doc on Hex.pm #121

Open
SebastienPlourde opened this issue Dec 28, 2024 · 1 comment
Open

Phoenix dependencies, outdated doc on Hex.pm #121

SebastienPlourde opened this issue Dec 28, 2024 · 1 comment

Comments

@SebastienPlourde
Copy link

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.

      {:phoenix, "~> 1.7.17"},
      {:phoenix_html, "~> 4.2"},
      {:phoenix_html_helpers, "~> 1.0.1"},
      {:phoenix_live_view, "~> 1.0.1", override: true},
@bluzky
Copy link
Owner

bluzky commented Jan 5, 2025

thanks @SebastienPlourde, I forgot to update that part

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants