Skip to content

Commit 7d9cbba

Browse files
authored
fixed a propname in perf measures interface
fixed a propname in perf measures interface
1 parent dd0e29d commit 7d9cbba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Below is the schema of the performance measures that are logged to the console.
239239

240240
```js
241241
{
242-
component, // Name of the component
242+
componentName, // Name of the component
243243
mount: { // Mount time
244244
averageTimeSpentMs,
245245
numberOfTimes,

0 commit comments

Comments
 (0)