We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1be9ae commit ac1de0bCopy full SHA for ac1de0b
lib/assets/javascripts/react_ujs.js
@@ -48,7 +48,7 @@
48
}
49
50
handleEvent('page:change', mountReactComponents);
51
- handleEvent('page:before-change', unmountReactComponents);
+ handleEvent('page:receive', unmountReactComponents);
52
};
53
54
var handleNativeEvents = function() {
0 commit comments