File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -150,9 +150,7 @@ function callback(measures) {
150150registerObserver ({}, callback)
151151```
152152
153- After you've registered the observer, start your local development server and go to ` http://localhost:3000/?react_perf ` .
154-
155- The query parameter ` react_perf ` is required so that React can measure the performance timings.
153+ After you've registered the observer, start your local development server and go to ` http://localhost:3000/ ` .
156154
157155> Note - This extension works only for React 16 or above versions of it.
158156
@@ -239,7 +237,7 @@ Below is the schema of the performance measures that are logged to the console.
239237
240238``` js
241239{
242- component, // Name of the component
240+ componentName,
243241 mount: { // Mount time
244242 averageTimeSpentMs,
245243 numberOfTimes,
You can’t perform that action at this time.
0 commit comments