Skip to content

Commit

Permalink
ref: Change Profiler prop names
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad committed Jun 25, 2020
1 parent fc1e189 commit 1edad85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/src/profiler.tsx
Expand Up @@ -83,9 +83,9 @@ export type ProfilerProps = {
// in certain environments.
disabled?: boolean;
// If time component is on page should be displayed as spans. True by default.
hasRenderSpan?: boolean;
includeRender?: boolean;
// If component updates should be displayed as spans. True by default.
hasUpdateSpan?: boolean;
includeUpdates?: boolean;
// props given to component being profiled.
updateProps: { [key: string]: any };
};
Expand Down

0 comments on commit 1edad85

Please sign in to comment.