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
Rename store.findQuery to query.
query
Update internal references to findQuery and make sure they use the new query method.
findQuery
Update store.find(type, {query: 'object'}) to log a deprecation warning that recommends the use of store.query.
store.query
Add a new store.findQuery method which logs a deprecation warning and delegates to store.query.
store.findQuery
The text was updated successfully, but these errors were encountered:
I'm working up a PR for this.
Sorry, something went wrong.
No branches or pull requests
Rename store.findQuery to
query
.Update internal references to
findQuery
and make sure they use the newquery
method.Update store.find(type, {query: 'object'}) to log a deprecation warning that recommends the use of
store.query
.Add a new
store.findQuery
method which logs a deprecation warning and delegates to store.query.The text was updated successfully, but these errors were encountered: