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

Ember array methods #224

Open
allthesignals opened this issue Jul 6, 2019 · 2 comments
Open

Ember array methods #224

allthesignals opened this issue Jul 6, 2019 · 2 comments
Labels
Milestone

Comments

@allthesignals
Copy link

I'm seeing, filterBy is not a function, which is used in the application controller outside the main class scope:

const {
  defaultLayerGroupState,
} = config;

const defaultLayerGroups = defaultLayerGroupState.filterBy('visible').mapBy('id').sort();

export default class ApplicationController extends Controller

Are ember array prototype extensions not supported? I'm guessing this is the relevant issue?

@krisselden
Copy link
Contributor

This will be fixed by 3.0

@krisselden krisselden added this to the v3.0.0 milestone Oct 31, 2019
@mansona
Copy link
Member

mansona commented Feb 19, 2020

Was this fixed in 3.0 then? 🤔

@xg-wang xg-wang added the bug label Feb 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants