Skip to content
New issue

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

id property isn't recognized on Ember Data Models #66

Open
wagenet opened this issue Mar 5, 2021 · 0 comments
Open

id property isn't recognized on Ember Data Models #66

wagenet opened this issue Mar 5, 2021 · 0 comments

Comments

@wagenet
Copy link
Contributor

wagenet commented Mar 5, 2021

export default class AppComponent extends Model {
  \\ ...
}

Even though the id property is in @types/ember-data's Model definition I have to add declare id: string to my own model.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant