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
In QueryObserver.setOptions(), this.#currentQuery.setOptions(this.options) is called first for updating.
At this point, using resolveEnabled(prevOptions.enabled, query) executes the enabled callback, which will get a different query.options than before. Could this lead to inconsistent results compared to the previous execution?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In
QueryObserver.setOptions()
,this.#currentQuery.setOptions(this.options)
is called first for updating.At this point, using
resolveEnabled(prevOptions.enabled, query)
executes the enabled callback, which will get a differentquery.options
than before. Could this lead to inconsistent results compared to the previous execution?Beta Was this translation helpful? Give feedback.
All reactions