-
Notifications
You must be signed in to change notification settings - Fork 322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation needs to be fixed #730
Comments
I went through this issue going through the getting started guide and I don't know how to fix it |
Hey @ankush17star Thanks, I tried that but it's getting hung up on the line |
@fasterthan Can you share your code sample here please? I'll take a look and get back to you |
I am still getting the below error though I am using babel to transpire. |
The Getting Started guide is very misleading right at the beginning of one of the steps: http://alt.js.org/guide/actions/
Apparently, classes are not supported natively and only ES5 style works
This kind of unexpected result may put off some new users
If you run the exact code on the webpage (and there's not a whole lot to it), it returns:
It needs to say that the ES6 classes need to be transpiled into the ES5 format''
Granted that happens automatically in the build tools, but for first-timers, things appear broken (if we run them without transpiling)
The text was updated successfully, but these errors were encountered: