Skip to content

Commit db96744

Browse files
committed
Remove viewLoaded callback comment
This removes the comment about the `viewLoaded` callback since it refers to upgrade instructions.
1 parent b888ca0 commit db96744

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

extensions/ql-vscode/src/view/webview.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ const render = () => {
2828

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

0 commit comments

Comments
 (0)