We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db4e29 commit 8282267Copy full SHA for 8282267
contents/docs/reading-data.mdx
@@ -458,7 +458,7 @@ Active queries are created one of four ways:
458
3. The app calls [`preload()`](#preloading) to sync larger queries without a view.
459
4. The app calls `q.run()` to get a single result.
460
461
-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:
462
463
1. For `materialize()` queries, the UI calls `destroy()` on the view.
464
2. For `useQuery()`, the UI unmounts the component (which calls `destroy()` under the covers).
0 commit comments