We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reported by @OleRoel in #72:
Using store.getById() has been deprecated. Use store.peekRecord to get a record by a given type and ID without triggering a fetch DS.Model#isDirty has been deprecated please use hasDirtyAttributes instead You tried to look up 'store:main', but this has been deprecated in favor of 'service:store'
I think these are all coming from the change watcher.
The text was updated successfully, but these errors were encountered:
findRecord
Successfully merging a pull request may close this issue.
Reported by @OleRoel in #72:
I think these are all coming from the change watcher.
The text was updated successfully, but these errors were encountered: