Open manuelpuyol opened 2 years ago
I am seeing the same issue. I am using a nested turbo-frame to lazy-load a contact list in a chat application. Also applying the attribute data-turbo-action="advance"
directly to the anchor does not solve the issue.
Have you come up with a good alternative solution?
I haven't come up with any solution :/
Thanks for reporting this—I just hit it in our app, too. 😦
I was running into this problem as well, and it was fixed for me with #749. Hopefully a new release can come out soon.
I'm running into this issue too, and the latest main
branch w/ #749 included does not fix it.
Has anyone else having the issue tried that potential fix yet?
Same problem
Commit with example
It's kinda specific, but if you have a structure like:
where an outer
turbo-frame
wraps links that point to the innerturbo-frame
, Turbo won't update the URL when clicking on the linkhttps://user-images.githubusercontent.com/11280312/187282168-a9a2b203-b1cf-432b-aae8-63e3f872a603.mov