-
-
Notifications
You must be signed in to change notification settings - Fork 25
Can't inherit models #94
Copy link
Copy link
Open
Description
Hi there.
It seems inheriting models is not allowed.
Example:
In foo.js:
import Model from '@ember-data/model';
export default class Foo extends Model {}
In foo-bar.js
import Foo from './foo';
export default class FooBar extends Foo {}
Then, when creating a FooBar: 💥

Using 3.0.0 but tried out 2.0.1 with the same result, with Ember 3.28
Cheers!
Anders
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels