-
Notifications
You must be signed in to change notification settings - Fork 789
add markdown renderer to popout columns #7202
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
base: sham/fix-table-long-string-popout
Are you sure you want to change the base?
add markdown renderer to popout columns #7202
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| wrapped={isWrapped} | ||
| > | ||
| <UrlDetector parts={parts} /> | ||
| {isMarkdown(stringValue) ? ( |
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 expensive to do on each string and likely won't have that many hits. i'd prefer to not do this. was there an issue or reason that sparked this?
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.
No, we don't need to do this, but it does offer a better view for markdown & images in the table
This logic should only trigger when the popup is clicked, so can be optimized (or already is but not obvious..)
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.
isMarkdown seems to be called on call values regardless of being clicked.
📝 Summary
🔍 Description of Changes
📋 Checklist