object_face_detection_webcam_react icon indicating copy to clipboard operation
object_face_detection_webcam_react copied to clipboard

When I run the project I got this error

Open Aledangelo opened this issue 2 years ago • 0 comments

Failed to compile.

Error in ./src/reportWebVitals.js Syntax error: 'import' and 'export' may only appear at the top level (3:4)

1 | const reportWebVitals = onPerfEntry => { 2 | if (onPerfEntry && onPerfEntry instanceof Function) {

3 | import('web-vitals').then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => { | ^ 4 | getCLS(onPerfEntry); 5 | getFID(onPerfEntry); 6 | getFCP(onPerfEntry);

@ ./src/index.js 19:23-51

Aledangelo avatar Oct 21 '22 18:10 Aledangelo