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?
I'm seeing,
filterBy is not a function, which is used in the application controller outside the main class scope:Are ember array prototype extensions not supported? I'm guessing this is the relevant issue?