Skip to content
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

EC6 incompabilities? #37

Closed
krl opened this issue Apr 28, 2015 · 2 comments
Closed

EC6 incompabilities? #37

krl opened this issue Apr 28, 2015 · 2 comments

Comments

@krl
Copy link
Contributor

krl commented Apr 28, 2015

On running make serve, and checking the files page, i get multiple errors along the line of:

Uncaught TypeError: undefined is not a function files.jsx:21

the offending line is:

pinned.Keys.sort()

This seems to be a EC6 feature, but it's not being transpiled in the build.

As a workaround i replaced the places where this was used with lodash.

@travisperson
Is there some special setup to have it transpile in the dev-env?

@travisperson
Copy link
Member

Are you developing against the latest master?

This is an issue in the API change moving from returning an array of keys to an object of key value pairs. ES6 might be able to sort on keys, but I don't think this is an issue with that.

See: #35

@dignifiedquire
Copy link
Member

Not seeing this anymore. Please reopen if it still happens

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants