We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72b6d5d commit a8756c0Copy full SHA for a8756c0
lib/phoenix_live_view.ex
@@ -222,7 +222,9 @@ defmodule Phoenix.LiveView do
222
This is useful when you have a static page that does not require
223
any connected functionality, but should render over the existing
224
connection when navigating from an already connected LiveView.
225
- Defaults to `true`.
+ 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.
228
229
"""
230
@callback mount(
0 commit comments