-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Paste merged celled table #4116
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
size-limit report 📦
|
@@ -243,6 +245,10 @@ export function convertTableCellNodeElement( | |||
? TableCellHeaderStates.ROW | |||
: TableCellHeaderStates.NO_STATUS, | |||
); | |||
if (domNode instanceof HTMLTableCellElement) { |
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.
I think you might need to add CAN_USE_DOM
here to guard against any server side rendering bugs.
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 part of importDOM
, it should be safe from SSR no?
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.
headless tho: #3913
Just adding copy-paste support
Screen.Recording.2023-03-13.at.5.36.58.PM.mov