On page 22 : Finally, we return a tuple in the shape that LiveView expects—{:ok, socket}
Shouldn’t it be: {:noreply, socket} ?
On page 22 : Finally, we return a tuple in the shape that LiveView expects—{:ok, socket}
Shouldn’t it be: {:noreply, socket} ?