I am running on rails 7.0.4 and ruby 3.0.2
I was adding turbo:false to all my devise forms, and it was fine, however now somehow all the navigation links in devise/shared/_links.html.erb are not working with turbo effect, when I click any, the page does a full loading
Is this something that was intentionally added or I have some issue with my code?
The rest of my app is just working fine with turbo, only devise views have that issue.
I am running on rails 7.0.4 and ruby 3.0.2
I was adding turbo:false to all my devise forms, and it was fine, however now somehow all the navigation links in devise/shared/_links.html.erb are not working with turbo effect, when I click any, the page does a full loading
Is this something that was intentionally added or I have some issue with my code?
The rest of my app is just working fine with turbo, only devise views have that issue.