-
Notifications
You must be signed in to change notification settings - Fork 330
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
chore(clerk-react,astro,vue): Introduce treatPendingAsSignedOut
prop to client control components
#5512
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 ↗︎
|
396134b
to
ff18c63
Compare
f630e69
to
788bb33
Compare
55227d9
to
f069ba7
Compare
788bb33
to
f21f0d0
Compare
d44cf5f
to
2950332
Compare
f21f0d0
to
8c00d3a
Compare
8c00d3a
to
780541e
Compare
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.
Ship it! Pending those examples you called out 🚀
57e33bc
to
44166f9
Compare
44166f9
to
5d50ebe
Compare
5cb5780
to
e1002cb
Compare
e1002cb
to
ddf0d8c
Compare
Description
Part of ORGS-621 - stacked on top of #5505 to not block development
Allows to pass
treatPendingAsSignedOut
per control component on client boundary:Checklist
pnpm test
runs as expected.pnpm build
runs as expected.Type of change