Skip to content
This repository has been archived by the owner on Apr 30, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:reduxjs/cra-template-redux
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Apr 30, 2023
2 parents 4b27180 + 6fe567b commit 8463b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/src/reportWebVitals.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const reportWebVitals = onPerfEntry => {
const reportWebVitals = (onPerfEntry) => {
if (onPerfEntry && onPerfEntry instanceof Function) {
import('web-vitals').then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => {
getCLS(onPerfEntry);
Expand Down

0 comments on commit 8463b79

Please sign in to comment.