Remove viewLoaded callback comment

This removes the comment about the `viewLoaded` callback since it refers
to upgrade instructions.
This commit is contained in:
Koen Vlaswinkel
2023-03-14 16:12:48 +01:00
parent b888ca07ae
commit db967443dd

View File

@@ -28,7 +28,6 @@ const render = () => {
const root = createRoot(element);
root.render(
// Post a message to the extension when fully loaded. See https://github.com/reactwg/react-18/discussions/5 ("What about the render callback?")
<div ref={() => vscode.postMessage({ t: "viewLoaded", viewName })}>
{view.component}
</div>,