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 dadaa74 commit e2a50f0Copy full SHA for e2a50f0
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