You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we try and import SpeedInsights component in our /pages/_app.tsx file and deploy through vercel, all pages return the error
file:///var/task/node_modules/@vercel/speed-insights/dist/next/index.mjs:4
import React, { Suspense } from "react";
^^^^^^^^
SyntaxError: Named export 'Suspense' not found.
When we try and import
SpeedInsights
component in our/pages/_app.tsx
file and deploy through vercel, all pages return the errorIn our package.json:
The text was updated successfully, but these errors were encountered: