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 99278a4 + e2a50f0 commit ac835ddCopy full SHA for ac835dd
react_ujs/index.js
@@ -103,7 +103,7 @@ var ReactRailsUJS = {
103
}
104
throw new Error(message + ". Make sure your component is available to render.")
105
} else {
106
- let component = this.components[cacheId];
+ var component = this.components[cacheId];
107
if(component === undefined) {
108
component = React.createElement(constructor, props);
109
if(turbolinksPermanent) {
0 commit comments