The documentation says that the browser URL will be updated if data-turbo-action="advance" is set on a link or a turbo frame.
Unfortunately, only the src attribute of the turbo frame is updated.
When using Turbo.visit(), the src attribute and the browser url are updated.
I'm using version 7.0.1.
Is this related to #468?
The documentation says that the browser URL will be updated if
data-turbo-action="advance"is set on a link or a turbo frame.Unfortunately, only the
srcattribute of the turbo frame is updated.When using
Turbo.visit(), thesrcattribute and the browser url are updated.I'm using version 7.0.1.
Is this related to #468?