Closed gvocale closed 4 years ago
Using property would throw the error:
Uncaught Error: Assertion Failed: EmberObject.create no longer supports defining computed properties. Define computed properties using extend() or reopen() before calling create().
While instead using create() seems to fix the issue.
create()
Thanks @gvocale!
Using property would throw the error:
While instead using
create()
seems to fix the issue.