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.
2 parents b1be9ae + ac1de0b commit 45ca4adCopy full SHA for 45ca4ad
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