-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: onboarding anon user fetching actions #4150
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
@@ -33,7 +34,7 @@ export const useOnboarding = (): UseOnboarding => { | |||
|
|||
return { | |||
shouldShowAuthBanner, | |||
isOnboardingReady: isActionsFetched && isAuthReady, | |||
isOnboardingReady: isActionsReady && isAuthReady, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bit unclear what we want to do, since isAuthReady
is specified both here and in above condition?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, maybe the condition can be simplified, but yeah, the end result should be the same. Let me refactor this to be a 1-liner.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah this makes more sense to me, nice 👍
Changes
Events
Did you introduce any new tracking events?
Experiment
Did you introduce any new experiments?
Manual Testing
Caution
Please make sure existing components are not breaking/affected by this PR
Preview domain
https://fix-actions-ready.preview.app.daily.dev