-
Notifications
You must be signed in to change notification settings - Fork 327
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: fix back button lld card #7772
Conversation
The latest updates on your projects. Learn more about Vercel for Git βοΈ 5 Skipped Deployments
|
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.
LGTM for Hub
localStorage.setItem("last-screen", url.searchParams.get("lastScreen") || ""); | ||
localStorage.setItem( | ||
"last-screen", | ||
url.searchParams.get("lastScreen") || url.searchParams.get("flowName") || "", |
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.
I believe flowName
can take values that are not a valid screen name!
β Checklist
npx changeset
was attached.π Description
Card back button implementation for LLD
β Context
π§ Checklist for the PR Reviewers