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

chore: Upgrade to LiveView 1.0 #1061

Open
wants to merge 3 commits into
base: cm/elixir-118-upgrade
Choose a base branch
from

Conversation

cmaddox5
Copy link
Contributor

Summary of changes

Asana Ticket: [extra] Update LiveView to 1.0

live_view_select and sentry also needed to be upgraded. Code changes were made following this migration guide.

Reviewer Checklist

  • Meets ticket's acceptance criteria
  • Any new or changed functions have typespecs
  • Tests were added for any new functionality (don't just rely on Codecov)
  • This branch was deployed to the staging environment and is currently running with no unexpected increase in warnings, and no errors or crashes.

@cmaddox5 cmaddox5 requested review from a team and dks-mbta and removed request for a team December 20, 2024 19:18
@@ -79,7 +79,7 @@ defmodule ArrowWeb.CoreComponents do
</button>
</div>
<div id={"#{@id}-content"}>
<%= render_slot(@inner_block) %>
{render_slot(@inner_block)}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm excited about the switch from <%= %> to { }!

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

Successfully merging this pull request may close these issues.

3 participants