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
This is shown in the browser console when activejobs is loaded. It appears to be a compilation issue because the stack trace shows rails-ujs, which is not our code, calling utils.js which is our code. That is, it's basically impossible for rails-ujs to actually call our code unless there's a minification collision.
The text was updated successfully, but these errors were encountered:
Today's nightly doesn't have this issue. So it must be a collision that's created purely by coincidence. In any case, I'll keep this open and check up on it in the real v4.0.0 tag and see if it's still there.
This is shown in the browser console when activejobs is loaded. It appears to be a compilation issue because the stack trace shows rails-ujs, which is not our code, calling utils.js which is our code. That is, it's basically impossible for rails-ujs to actually call our code unless there's a minification collision.
The text was updated successfully, but these errors were encountered: