live_patch calling mount?

Hi,

New here and playing with liveview - I had a simple livesort and a few other things working in 0.4.0 and just moved to 0.10.0. Updated everything that was live_link to live_patch, e.g.
%= live_patch "Name", to: Routes.live_path(@socket, DemoWeb.FieldsLive.Index, %{sort_by: "name"}) %>

I’m expecting live_patch to only call handle_params, but it’s also calling mount first every time this link is clicked. Looking for suggestions here, thanks!