We have links in our platform that are user profiles like this:
domain.com/users/some.username
Whenever you click on those links, a normal request is made instead of a turbo request.
Is there any way to fix this? (I don't want to write a stimulus "link_controller#click" that calls Turbo.visit if it can be fixed from turbo side)
Thanks!
We have links in our platform that are user profiles like this:
domain.com/users/some.username
Whenever you click on those links, a normal request is made instead of a turbo request.
Is there any way to fix this? (I don't want to write a stimulus "link_controller#click" that calls Turbo.visit if it can be fixed from turbo side)
Thanks!