-
Notifications
You must be signed in to change notification settings - Fork 446
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(preview): remove full document preview support #7303
Conversation
This was an interesting thing to explore, but it doesn't scale well, so turning this off for now.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
No changes to documentation |
@@ -21,7 +21,7 @@ export function createGlobalListener(client: SanityClient) { | |||
includeResult: false, | |||
includePreviousRevision: false, | |||
includeMutations: false, | |||
visibility: 'transaction', |
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 is setting it back to how it was before
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.
Looks good to me, thanks! I noticed some E2E tests failed, but it looks like they passed for other browsers, so I assume this is caused by flakiness.
This was an interesting thing to explore, but it doesn't scale well, so turning this off for now (it's only been enabled in this branch, fwiw).