We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7121a48 commit 8d26fd2Copy full SHA for 8d26fd2
src/adapter/shared/renderer.ts
@@ -21,6 +21,7 @@ import { PreactBindings, SharedVNode } from "../shared/bindings";
21
import { inspectVNode } from "./inspectVNode";
22
import { logVNode } from "../10/log";
23
import { VNodeTimings } from "./timings";
24
+import { printCommit } from "../debug";
25
26
export interface RendererConfig {
27
Fragment: FunctionalComponent;
@@ -258,6 +259,7 @@ export function createRenderer<T extends SharedVNode>(
258
259
profiler.pendingHighlightUpdates.clear();
260
}
261
262
+ printCommit(ev.data);
263
port.send(ev.type as any, ev.data);
264
},
265
onUnmount,
0 commit comments