No component for CID with live_patch

Howdy I’m using actions to render different live_components like so

  <%= if @live_action == :details do %>
    <%= live_component @socket, MyAppWeb.AccountLive.DetailsSectionComponent,
        id: :account_details_section,
        user: @user %>
  <% end %>

with live_patch to navigate between them

I keep getting no component for CID after having navigated back and forth between two live_actions