-
Notifications
You must be signed in to change notification settings - Fork 752
Closed
Labels
Description
Hi. Is it really necessary to use let here?
react-rails/react_ujs/index.js
Line 106 in dadaa74
let component = this.components[cacheId]; |
It throws an error
SyntaxError: Expected an identifier but found 'component' instead
upd: Oh i see this duplicate #1016