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
// jQuery is optional. Use it to support legacy browsers.
7
8
var$=(typeofjQuery!=='undefined')&&jQuery;
@@ -55,6 +56,10 @@
55
56
}else{
56
57
unmountEvent='page:receive';
57
58
Turbolinks.pagesCached(0);
59
+
60
+
if(RAILS_ENV_DEVELOPMENT){
61
+
console.warn('The Turbolinks cache has been disabled (Turbolinks >= 2.4.0 is recommended). See https://github.com/reactjs/react-rails/issues/87 for more information.');
0 commit comments