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
Could you update to v3.0.0 and check if the documented load order works? I delayed the firing of flash rendering, so the script should have time to bind.
You mention to add
require unobtrusive_flash
andrequire unobtrusive_flash_bootstrap
toapplication.js
.This is right in general.
But it took me a while to understand that order matters.
require unobtrusive_flash
must be after all functions which want to bind to this event.The text was updated successfully, but these errors were encountered: