[2026-06-02] eagle: work/projects/ios-onboarding-duck-ai-query-experiment-overrides.md
This commit is contained in:
@@ -89,7 +89,7 @@ The production guard requires `isReturningUser: true`. Since we reset `hasSeenOn
|
|||||||
// Production (commented out):
|
// Production (commented out):
|
||||||
// guard case .introDialog(isReturningUser: true) = introSteps.first,
|
// guard case .introDialog(isReturningUser: true) = introSteps.first,
|
||||||
// Override:
|
// Override:
|
||||||
guard case .introDialog = introSteps.first,
|
guard case .renderable(.introDialog(_)) = introSteps.first,
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user