-
Notifications
You must be signed in to change notification settings - Fork 20
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: support deprecated draftMode
preview URL config
#2137
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
This looks good to me, as an aside, I wonder if the comment here needs updating:
https://github.com/sanity-io/visual-editing/blob/main/packages/preview-url-secret/src/types.ts#L90
* @deprecated - `previewMode` is deprecated, use `draftMode.shareAccess` instead
Should this just be:
* @deprecated - use `previewMode.shareAccess` instead
@rdunk Great catch! 🤦♂️ fixed on main! 🙌 |
Should fix #2136, and will now
console.warn
if the deprecatedpreviewUrl.draftMode
is used, and nudge towards usingpreviewUrl.previewMode
🙌