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

getApplications(...).mapBy is not a function #926

Closed
exeto opened this issue Jan 28, 2019 · 2 comments
Closed

getApplications(...).mapBy is not a function #926

exeto opened this issue Jan 28, 2019 · 2 comments

Comments

@exeto
Copy link

exeto commented Jan 28, 2019

Prototype extensions are disabled in my project.

Version: 3.5.0

@ghost
Copy link

ghost commented Jan 28, 2019

Seeing this when I link canary against my app. This probably came from #898
It seems the responsible line is here:
https://github.com/emberjs/ember-inspector/blob/master/ember_debug/vendor/startup-wrapper.js#L135
I think we could change that line to .map(item => item && item.name).
I can try fixing this later today or if anyone else wants to now :)
cc @alexhancock

@ghost
Copy link

ghost commented Jan 28, 2019

NVM, just figured I'd get it now. I manually tested this locally and it solved the issue. I'm curious how to stub no prototype extensions in the acceptance tests.

cyril-sf pushed a commit to cyril-sf/ember-inspector that referenced this issue Mar 30, 2022
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

1 participant