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 fc1e189 commit 1edad85Copy full SHA for 1edad85
packages/react/src/profiler.tsx
@@ -83,9 +83,9 @@ export type ProfilerProps = {
83
// in certain environments.
84
disabled?: boolean;
85
// If time component is on page should be displayed as spans. True by default.
86
- hasRenderSpan?: boolean;
+ includeRender?: boolean;
87
// If component updates should be displayed as spans. True by default.
88
- hasUpdateSpan?: boolean;
+ includeUpdates?: boolean;
89
// props given to component being profiled.
90
updateProps: { [key: string]: any };
91
};
0 commit comments