-
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(core): reference to drafts not showing values #8393
base: corel
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
No changes to documentation |
Component Testing Report Updated Jan 23, 2025 5:40 PM (UTC) ❌ Failed Tests (1) -- expand for details
|
⚡️ Editor Performance ReportUpdated Thu, 23 Jan 2025 17:45:01 GMT
Detailed information🏠 Reference resultThe performance result of
🧪 Experiment resultThe performance result of this branch
📚 Glossary
|
Description
References to documents that are only drafts are not showing in the
corel
branch.This is because the
getReferenceInfo
function is returning an incorrect value, instead of the actual DocumentPreview is returning an object containing{snapshot: DocumentPreview, type: string}
This PR changes that and fixes the preview.
See for example in this page:
What to review
Testing
Notes for release