You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This causes store.findQuery to show up as store.query in the api docs, and store.query to not show up at all. It also leads to the confusing message that "query is deprecated, use store.query instead" (paraphrased from http://emberjs.com/api/data/classes/DS.Store.html#method_query).
The text was updated successfully, but these errors were encountered:
Both
store.query
andstore.findQuery
are documented as@method query
, at least in v1.13.7.This causes
store.findQuery
to show up asstore.query
in the api docs, andstore.query
to not show up at all. It also leads to the confusing message that "query is deprecated, usestore.query
instead" (paraphrased from http://emberjs.com/api/data/classes/DS.Store.html#method_query).The text was updated successfully, but these errors were encountered: