chore(clerk-react,astro,vue): Introduce treatPendingAsSignedOut prop to client control components - #5512
Merged
Merged
Conversation
🦋 Changeset detectedLatest commit: ddf0d8c The changes in this PR will be included in the next version bump. This PR includes changesets to release 11 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
LauraBeatris
marked this pull request as ready for review
April 2, 2025 14:36
LauraBeatris
force-pushed
the
laura/pending-use-auth
branch
from
April 2, 2025 18:23
396134b to
ff18c63
Compare
LauraBeatris
force-pushed
the
laura/pending-client-control-components
branch
from
April 2, 2025 18:24
f630e69 to
788bb33
Compare
LauraBeatris
force-pushed
the
laura/pending-use-auth
branch
3 times, most recently
from
April 3, 2025 17:30
55227d9 to
f069ba7
Compare
LauraBeatris
force-pushed
the
laura/pending-client-control-components
branch
from
April 3, 2025 17:30
788bb33 to
f21f0d0
Compare
LauraBeatris
force-pushed
the
laura/pending-use-auth
branch
2 times, most recently
from
April 3, 2025 21:20
d44cf5f to
2950332
Compare
LauraBeatris
force-pushed
the
laura/pending-client-control-components
branch
from
April 3, 2025 21:40
f21f0d0 to
8c00d3a
Compare
LauraBeatris
commented
Apr 3, 2025
LauraBeatris
commented
Apr 3, 2025
LauraBeatris
force-pushed
the
laura/pending-client-control-components
branch
from
April 3, 2025 21:45
8c00d3a to
780541e
Compare
tmilewski
approved these changes
Apr 3, 2025
tmilewski
left a comment
Member
There was a problem hiding this comment.
Ship it! Pending those examples you called out 🚀
LauraBeatris
force-pushed
the
laura/pending-client-control-components
branch
from
April 3, 2025 22:31
57e33bc to
44166f9
Compare
LauraBeatris
force-pushed
the
laura/pending-client-control-components
branch
from
April 3, 2025 22:36
44166f9 to
5d50ebe
Compare
LauraBeatris
force-pushed
the
laura/pending-client-control-components
branch
2 times, most recently
from
April 3, 2025 22:38
5cb5780 to
e1002cb
Compare
LauraBeatris
force-pushed
the
laura/pending-client-control-components
branch
from
April 3, 2025 22:40
e1002cb to
ddf0d8c
Compare
9 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Part of ORGS-621 - stacked on top of #5505 to not block development
Allows to pass
treatPendingAsSignedOutper control component on client boundary:Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change