diff --git a/docs/framework/react/comparison.md b/docs/framework/react/comparison.md
index 78e8d2512c..ffc7eb01a8 100644
--- a/docs/framework/react/comparison.md
+++ b/docs/framework/react/comparison.md
@@ -36,7 +36,7 @@ Feature/Capability Key:
| Infinite Queries | ✅ | ✅ | ✅ | 🛑 | 🛑 |
| Bi-directional Infinite Queries | ✅ | 🔶 | 🔶 | 🛑 | 🛑 |
| Infinite Query Refetching | ✅ | ✅ | 🛑 | 🛑 | 🛑 |
-| Lagged Query Data1 | ✅ | ✅ | 🛑 | ✅ | ✅ |
+| Lagged Query Data1 | ✅ | ✅ | ✅ | ✅ | ✅ |
| Selectors | ✅ | 🛑 | ✅ | ✅ | N/A |
| Initial Data | ✅ | ✅ | ✅ | ✅ | ✅ |
| Scroll Recovery | ✅ | ✅ | ✅ | ✅ | ✅ |
@@ -48,15 +48,15 @@ Feature/Capability Key:
| Offline Mutation Support | ✅ | 🛑 | 🟡 | 🛑 | 🛑 |
| Prefetching APIs | ✅ | ✅ | ✅ | ✅ | ✅ |
| Query Cancellation | ✅ | 🛑 | 🛑 | 🛑 | ✅ |
-| Partial Query Matching3 | ✅ | 🔶 | 🛑 | ✅ | N/A |
+| Partial Query Matching3 | ✅ | 🔶 | ✅ | ✅ | N/A |
| Stale While Revalidate | ✅ | ✅ | ✅ | ✅ | 🛑 |
| Stale Time Configuration | ✅ | 🛑7 | 🛑 | ✅ | 🛑 |
-| Pre-usage Query/Mutation Configuration4 | ✅ | 🛑 | 🛑 | ✅ | ✅ |
+| Pre-usage Query/Mutation Configuration4 | ✅ | 🛑 | ✅ | ✅ | ✅ |
| Window Focus Refetching | ✅ | ✅ | 🛑 | ✅ | 🛑 |
| Network Status Refetching | ✅ | ✅ | ✅ | ✅ | 🛑 |
| General Cache Dehydration/Rehydration | ✅ | 🛑 | ✅ | ✅ | ✅ |
| Offline Caching | ✅ | 🛑 | ✅ | 🔶 | 🛑 |
-| React Suspense | ✅ | ✅ | 🛑 | 🛑 | ✅ |
+| React Suspense | ✅ | ✅ | ✅ | 🛑 | ✅ |
| Abstracted/Agnostic Core | ✅ | 🛑 | ✅ | ✅ | 🛑 |
| Automatic Refetch after Mutation5 | 🔶 | 🔶 | ✅ | ✅ | ✅ |
| Normalized Caching6 | 🛑 | 🛑 | ✅ | 🛑 | 🛑 |