fix: onboarding org creation issue on skip#906
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-app | e8ec237 | Commit Preview URL | May 07 2026, 06:48 AM |
How to use the Graphite Merge QueueAdd the label Main to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
Claude finished @MaheshtheDev's task in 53s —— View job Review Complete
Overview: Fixes a bug where clicking "Skip for now" during onboarding would navigate away without ensuring an organization is created first. Issues found: None — this looks good to ship. The fix correctly:
Score: 10/10 |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-mcp | e8ec237 | May 07 2026, 06:45 AM |
There was a problem hiding this comment.
Overview: Fixes a bug where clicking "Skip for now" during onboarding would navigate away without ensuring an organization is created first.
Issues found: None — this looks good to ship.
The fix correctly:
- Uses a ref-based guard (
skippingRef) to prevent double-clicks, which is the right pattern since no re-render is needed - Calls
ensureOrg()before navigation to guarantee the org exists - Handles errors by logging and resetting the guard, keeping the user on the page
- Awaits all async operations in
ensureOrg()before navigating, so no race conditions
Score: 10/10
Merge activity
|
5d6e493 to
e8ec237
Compare

No description provided.