While working on my NextJs project, I attempted to integrate Vercel Speed Insight
import { SpeedInsights } from "@vercel/speed-insights/next"
<SpeedInsights />
An error related to hydration is being returned.
I am looking for an explanation and a solution to fix this issue.
Attached below are some screenshots:
https://i.sstatic.net/jPHrh.png
I have noticed that by commenting out this particular tag, the errors are resolved.