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

Problem with ember-power-select #66

Open
matthellstrom opened this issue Mar 3, 2017 · 1 comment
Open

Problem with ember-power-select #66

matthellstrom opened this issue Mar 3, 2017 · 1 comment

Comments

@matthellstrom
Copy link

When I add any version of ember-power-select addon after version 0.9.0-beta.1, I get this error in the console, and the app won't start.

Uncaught ReferenceError: regeneratorRuntime is not defined

It also happens with ember-power-select-with-create version 0.2.0 and later. There was a workaround that said to add the following to ember-cli-build.js:

var app = new EmberAddon(defaults, {
babel: {
includePolyfill: true,
},
});

which I did, and that made it work in the browser, but it still doesn't work when I package it for nwjs.

I think it has to do with ember-concurrency.

@Kilowhisky
Copy link

My app is doing this too and adding it doesn't seem to be working.

I had to pull my app from production. Is this addon being maintained anymore?

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

2 participants