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
Using v4.0.0.beta13. Navigating in the menu breaks the profile menu, so that it no longer opens on clicks after navigating in the menu. This seems to happen because of turbo. Removing import "@hotwired/turbo-rails" from application.js resolves the issue.
Possible solution: application.js
document.addEventListener("turbo:load",()=>{// trigger AA re-init});
The text was updated successfully, but these errors were encountered:
Using v4.0.0.beta13. Navigating in the menu breaks the profile menu, so that it no longer opens on clicks after navigating in the menu. This seems to happen because of turbo. Removing
import "@hotwired/turbo-rails"
fromapplication.js
resolves the issue.Possible solution:
application.js
The text was updated successfully, but these errors were encountered: