While creating NextJs project, I tried to integrate Vercel Speed Insight
import { SpeedInsights } from "@vercel/speed-insights/next"
<SpeedInsights />
It returns some hydration error.
Can someone explain and how can I fix this?
if I comment this tag, the errors are resolved