Nested Liveview: duplicate id error

Thank you for the reply. I thought this line fixes the layout problem:

def mount(_params, _session, socket) do
    {:ok, socket, layout: false}
  end

I don’t think i’m rendering it in both liveviews, Maybe I’m doing something wrong.