Closed eduscrakozabrus closed 5 years ago
Thanks for getting in touch - we're aware of this, please see the fix in this PR https://github.com/offirgolan/ember-light-table/pull/701
@fran-worley I don't think this should be a closed issue until the PR is merged.
I've been tracking down this issue all afternoon and only just stumbled across the issue & PR by accident.
Error: Assertion Failed: An EmberObject based class, (unknown), was not instantiated correctly. You may have either used (/home/schekin/Projects/piomni/piomni-client/app/mixins/peek-table.js:50:17)
at ComputedProperty.get (http://localhost:4200/assets/vendor.js:33785:28)
at get (http://localhost:4200/assets/vendor.js:32911:27)
at RootPropertyReference.compute (http://localhost:4200/assets/vendor.js:19212:30)
at RootPropertyReference.value (http://localhost:4200/assets/vendor.js:19068:43)
new
instead of.create()
, or not passed arguments to your call to super in the constructor:super(...arguments)
. If you are trying to usenew
, consider using native classes without extending from EmberObject. at assert (http://localhost:4200/assets/vendor.js:53858:17) at new CoreObject (http://localhost:4200/assets/vendor.js:47113:33) at new EmberObject (http://localhost:4200/assets/vendor.js:47979:3) at new Class (http://localhost:4200/assets/vendor.js:47492:19) at new Table (http://localhost:4200/assets/vendor.js:204975:7) at Class.` init() { this._super(...arguments);