File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/toolkit/src/query/react Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ interface UseQuerySubscriptionOptions extends SubscriptionOptions {
109
109
* - **If the query has cached data:**
110
110
* * The cached data **will not be used** on the initial load, and will ignore updates from any identical query until the `skip` condition is removed
111
111
* * The query will have a status of `uninitialized`
112
- * * If `skip: false` is set after skipping the initial load, the cached result will be used
112
+ * * If `skip: false` is set after the initial load, the cached result will be used
113
113
* - **If the query does not have cached data:**
114
114
* * The query will have a status of `uninitialized`
115
115
* * The query will not exist in the state when viewed with the dev tools
You can’t perform that action at this time.
0 commit comments