supermemory/apps/web/components/integrations
Prasanna721 694ad8123a fix: remove useQuery wrapper around synchronous billing checks (#805)
#### fix: billing subscription status race condition

 - **Bug fix**: Replaced `fetchSubscriptionStatus` (useQuery wrapper) with `getSubscriptionStatus` (pure function) — fixes intermittent "Upgrade to Pro"
  failures caused by stale cached billing state
  - **Anti-pattern**: Removed `fetchConnectionsFeature` useQuery wrapper, replaced with direct `autumn.customer?.features?.connections` read
  - **Dead code**: Removed unused `useMemoriesUsage` hook and `fetchMemoriesFeature`
2026-03-26 05:29:53 +00:00
..
chrome-detail.tsx chore: chrome extension url fixes (#759) 2026-03-07 04:59:37 +00:00
connections-detail.tsx fix: remove useQuery wrapper around synchronous billing checks (#805) 2026-03-26 05:29:53 +00:00
plugins-detail.tsx fix: remove useQuery wrapper around synchronous billing checks (#805) 2026-03-26 05:29:53 +00:00
raycast-detail.tsx 😭 fixing builds (#767) 2026-03-05 19:26:05 -08:00
shortcuts-detail.tsx 😭 fixing builds (#767) 2026-03-05 19:26:05 -08:00