Skip to content

Commit a8756c0

Browse files
committed
state that all navigations are full page reloads
1 parent 72b6d5d commit a8756c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/phoenix_live_view.ex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,9 @@ defmodule Phoenix.LiveView do
222222
This is useful when you have a static page that does not require
223223
any connected functionality, but should render over the existing
224224
connection when navigating from an already connected LiveView.
225-
Defaults to `true`.
225+
Defaults to `true`. When navigating from a page that has `auto_connect: false`
226+
and is not connected, all navigations perform a regular `window.location`
227+
update, triggering a full page reload.
226228
227229
"""
228230
@callback mount(

0 commit comments

Comments
 (0)