We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After click on View Tree -> View / Components item the Uncaught TypeError: Expecting a function in instanceof check, but got undefined: inspectValueVM2112:2015 replacePropertyVM2112:1996 addPropertiesVM2112:1975 (anonymous function)VM2112:1973 propertiesForMixinVM2112:1863 EmberObject.extend.mixinsForObjectVM2112:1782 EmberObject.extend.sendObjectVM2112:1723 EmberObject.extend.messages.inspectByIdember.debug.js:17794 applyember.debug.js:12425 sendEventember.debug.js:28664 exports.default.mixin.Mixin.create.triggerVM2112:1564 (anonymous function)VM2112:107 (anonymous function)VM2112:106 exports.default.Ember.Object.extend._messageReceivedVM2112:247 (anonymous function)ember.debug.js:224 Backburner.runember.debug.js:15813 runVM2112:246 (anonymous function)
My environent: "jquery": "~1.9", "ember": "1.12.0-beta.1", "ember-data": "1.0.0-beta.16.1", "ember-template-compiler": "http://builds.emberjs.com/tags/v1.12.0-beta.1/ember-template-compiler.js"
Chrome Browser.
The text was updated successfully, but these errors were encountered:
Fixed by #327
Until a new inspector version is released, you need to use Ember Inspector master with Ember canary.
Sorry, something went wrong.
No branches or pull requests
After click on View Tree -> View / Components item the Uncaught TypeError: Expecting a function in instanceof check, but got undefined:
inspectValueVM2112:2015
replacePropertyVM2112:1996
addPropertiesVM2112:1975
(anonymous function)VM2112:1973
propertiesForMixinVM2112:1863
EmberObject.extend.mixinsForObjectVM2112:1782
EmberObject.extend.sendObjectVM2112:1723 EmberObject.extend.messages.inspectByIdember.debug.js:17794
applyember.debug.js:12425
sendEventember.debug.js:28664
exports.default.mixin.Mixin.create.triggerVM2112:1564
(anonymous function)VM2112:107
(anonymous function)VM2112:106
exports.default.Ember.Object.extend._messageReceivedVM2112:247
(anonymous function)ember.debug.js:224
Backburner.runember.debug.js:15813
runVM2112:246 (anonymous function)
My environent:
"jquery": "~1.9",
"ember": "1.12.0-beta.1",
"ember-data": "1.0.0-beta.16.1",
"ember-template-compiler": "http://builds.emberjs.com/tags/v1.12.0-beta.1/ember-template-compiler.js"
Chrome Browser.
The text was updated successfully, but these errors were encountered: