-
Notifications
You must be signed in to change notification settings - Fork 432
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(releases): stabilising observable for archived and published version documents #8027
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
No changes to documentation |
Component Testing Report Updated Dec 13, 2024 5:17 PM (UTC) ❌ Failed Tests (6) -- expand for details
|
⚡️ Editor Performance ReportUpdated Fri, 13 Dec 2024 17:18:30 GMT
Detailed information🏠 Reference resultThe performance result of
🧪 Experiment resultThe performance result of this branch
📚 Glossary
|
9c49554
to
99c4dc7
Compare
1798acc
to
eac0248
Compare
…directly on the releases and their mutations
f65542c
to
3f4f1ba
Compare
packages/sanity/src/core/releases/tool/detail/useBundleDocuments.ts
Outdated
Show resolved
Hide resolved
packages/sanity/src/core/releases/tool/detail/useBundleDocuments.ts
Outdated
Show resolved
Hide resolved
… instead of passed through
…v has updated; using bool filter to remove unfound release
Description
What to review
releasesState
fromreleasesStore
to drive the emission for the returned observable (this removed the dependency on the mutablereleases
which was causing the flicker by returning a new observable each timereleases
changedActiveReleaseDocumentsObservable
into a getterTesting
Existing tests act as regression
Notes for release
N/A