You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Ember 3.13.1 with octane enabled. When glimmer components on my page are rendered I encounter an error component.get is not a function. I confirmed that after I disable the ember inspector extension, the errors disappear.
I suspect that the ember inspector needs to be updated to handle glimmer components being emitted from Ember Octane, as apparently the API is different.
Issue and Steps to Reproduce
I'm using Ember 3.13.1 with octane enabled. When glimmer components on my page are rendered I encounter an error
component.get is not a function
. I confirmed that after I disable the ember inspector extension, the errors disappear.I suspect that the ember inspector needs to be updated to handle glimmer components being emitted from Ember Octane, as apparently the API is different.
The ember application, whose components trigger this error is actually right here: https://github.com/cardstack/cardstack/tree/master/packages/cardhost
Your environment
Ember 3.13.1 (with octane enabled)
Chrome Version 77.0.3865.90
Ember Inspector ver 3.11.0
Screenshots
The text was updated successfully, but these errors were encountered: