-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
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?