Patrick Pircher
Patrick Pircher
also hitting this in some cases. another workaround that works for me is to do `this.data['[]'].map(...)`
I think you need at least ember data 3.28, which includes the fix
it's still testing with owner in our own tests
I guess this is fixed by the linked PR? There would also have been this possiblity: https://github.com/emberjs/ember-inspector/wiki/customize-debug-info-of-components
yes, you can inspect their params and implementation
right, this is now supported :)
I think this should still be open? @bluwy ?
Resolved by not passing absolute paths to build.resolve. I still think this is relevant
No, what i mean is that everything inside the did-insert callback is not in a tracking context. So, if a tracked property is updated in it, other parts tracking it...
this is actually worse than i thought. I want to set some global variables on `window` but it doesn't work because of this and `Ember.set` seems to have problems now...