-
Notifications
You must be signed in to change notification settings - Fork 14
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
IE11: Syntax error #8
Comments
I just ran into the same issue |
using Symbol is designed to enforce the singularity of the object. Typically you would use this module in an environment that would get transpiled with babel or the like into something compatible with whatever your browser targets are. That being said I could look at providing a pre-transpiled version. |
I'm using this within a Rails application, using webpack(er) |
According to facebook/create-react-app#1125 - "We don't recommend using libraries that don't precompile their code to ES5 but are supposed to be usable in ES5." For now, I've updated my babel config to transpile the google-charts module. But have a pre-transpiled version would be great. |
I am looking into a pre-transpiled version for 1.5.1 |
This should work now |
Syntax error caused by code above:
Using "normal" syntax (without [], and Symbol) worked, like
Any reasons to use Symbol instead of class name?
The text was updated successfully, but these errors were encountered: