Closed alexcarpenter closed 14 hours ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
clerk-js-sandbox | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 25, 2024 1:29pm |
@alexcarpenter we can use the deprecated()
helper to log a warning in dev as well: https://github.com/clerk/javascript/blob/main/packages/shared/src/deprecated.ts#L23
Latest commit: 8fd85e88047da7dc8f3b680fd79eef29cac0b808
The changes in this PR will be included in the next version bump.
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
Description
Add deprecation notices for the following components:
RedirectToUserProfile
RedirectToOrganizationProfile
RedirectToCreateOrganization
Resolves https://linear.app/clerk/issue/SDKI-768/mark-redirect-comps-as-deprecated
Checklist
pnpm test
runs as expected.pnpm build
runs as expected.Type of change