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 a25e906 commit c45e2fcCopy full SHA for c45e2fc
src/misc/profilerCallback.ts
@@ -64,12 +64,11 @@ const timings = new Timings();
64
*/
65
export function onRenderCallback(
66
id: string,
67
- phase: "mount" | "update",
+ phase: "mount" | "update" | "nested-update",
68
actualDuration: number,
69
baseDuration: number,
70
startTime: number,
71
- commitTime: number,
72
- interactions: unknown
+ commitTime: number
73
): void {
74
if (PROFILE_ENABLED) {
75
const reconciliationTime = commitTime - startTime;
0 commit comments