We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60f036e + 4a2be25 commit a4d90edCopy full SHA for a4d90ed
contents/docs/reading-data.mdx
@@ -459,7 +459,7 @@ Active queries are created one of four ways:
459
3. The app calls [`preload()`](#preloading) to sync larger queries without a view.
460
4. The app calls `q.run()` to get a single result.
461
462
-Active queries sync until they are _deactivated_. The way this happens depends on how the query was created:
+Active queries can be _deactivated_ according to how they were created:
463
464
1. For `materialize()` queries, the UI calls `destroy()` on the view.
465
2. For `useQuery()`, the UI unmounts the component (which calls `destroy()` under the covers).
0 commit comments