-
Notifications
You must be signed in to change notification settings - Fork 36
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
Update to latest VSC API #23
Conversation
|
||
ReactDOM.render(React.createElement(CellOutput, { mimeType, output }, null), container); | ||
ReactDOM.render(React.createElement(CellOutput, { mimeType: request.mimeType, output }, null), request.element); |
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.
Oh no cellOutput is still used. We need the changes made to our rendering code ported as well.
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 file here probably needs some changes to get escaping to work correctly. I'll add an issue
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.
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'll create a seprate issue for that.
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.
@rchiodo I have added an issue for this & made a reference to the original PR you submitted.
800af58
to
2d9e02e
Compare
Updates to latest API