-
SummaryI just clone the sample repo to learn about Next.js through this course: https://nextjs.org/learn/dashboard-app/optimizing-fonts-images Additional informationNo response ExampleNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, This is likely caused by a browser extension (Video Speed Controller?) Try it in incognito mode. Or pass a |
Beta Was this translation helpful? Give feedback.
Hi,
This is likely caused by a browser extension (Video Speed Controller?)
Try it in incognito mode. Or pass a
supressHydrationWarning
to the body tag (likely a good solution anyway) -