Robbie Wagner
Robbie Wagner
@broerse what version of inspector?
@teddyzeenny it seems people have been having issues with this for quite awhile. You mentioned the fix needs to be in Ember core. Did we open an issue there? If...
I'm still not sure why people are manually registering models. Can they not be normal models? That being said, I'm pretty sure we just ask ember-data for the models, so...
@nummi do you have an example app you are trying this with? There have been lots of other changes, so not sure if `model=this` is the problem or something else.
@nummi gotcha, I just know a lot has changed in a bunch of areas, so wasn't sure if this was the culprit.
Do we have tests for this?
@mattmarcum seems related to https://github.com/emberjs/ember-inspector/issues/999 That was an issue with ember-redux too. I'm not sure why a null value couldn't be valid here. Definitely need to look into this.
@mattmarcum that's what #999 was about. ember-redux is making computeds on the class instance, which @pzuraq says should be changed in ember-redux. Either way, we added in the necessary checks...
Very much in favor of this 😃
@rwjblue I attempted that in #998 and it doesn't seem to work. It breaks imports ``` Error: Could not find module `ember-debug/utils/on-ready` imported from `(require)` ``` It may also break...