ember-fastboot / ember-fastboot/fastboot

Ember array methods

Open
#224 2 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
No language data
Stars
155
Forks
67
PR merge metrics
No merged PRs in 30d

Description

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

```javascript
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](https://github.com/ember-fastboot/fastboot/issues/170) is the relevant issue?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.