Open mattymess opened 9 years ago
I got similar issue while using react-rails
gem
react-rails (1.4.2)
babel-transpiler (>= 0.7.0)
coffee-script-source (~> 1.8)
connection_pool
execjs
rails (>= 3.2)
tilt
Error on rails s
:
.
.
Error compiling asset application.js:
ExecJS::RuntimeError: SyntaxError: Invalid unicode escape in identifier: '\ufeff'
(in /Users/username/workspace/project/app/assets/javascripts/components/MyComponent.jsx)
I'm getting the same error on a new computer too. Have you been able to find out what's causing it?
This is a new computer and I don't experience this error on my old machine. Trying to hit a page in my app and getting the following runtime error.
I have node installed.