You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@pokonski
I found the problem
In some projects the method worked, bot in other projects, there was a bug...
All was caused by turbo-rails that was not updated.
I was running turbo and turbo rails, so some issues happened
Hi, using turbo v.8.0.4, Turbo.setConfirmMethod is not working like in v.7, keeping using browser's native "confirm"
my link is like:
tried:
Turbo.setConfirmMethod(() => true)
Turbo.setConfirmMethod(myUsualMethodWorkingOnOlderProjects)
both are just acting like they was not called, showing the native "confirm"
The text was updated successfully, but these errors were encountered: