File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/cra-template/template/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ reportWebVitals(sendToAnalytics);
59
59
> });
60
60
> }
61
61
>
62
- > reportWebVitals (sendToAnalytics);\
62
+ > reportWebVitals (sendToAnalytics);
63
63
> ` ` `
64
64
>
65
65
> Read more about sending results to Google Analytics [here](https://github.com/GoogleChrome/web-vitals#send-the-results-to-google-analytics).
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ serviceWorker.unregister();
20
20
// If you want to start measuring performance in your app, pass a function
21
21
// to log results (for example: reportWebVitals(console.log))
22
22
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
23
- reportWebVitals ( console . log ) ;
23
+ reportWebVitals ( ) ;
You can’t perform that action at this time.
0 commit comments