JhohannesK / TipoHiZ

A typing website made for everyone
https://tipohiz.vercel.app/
GNU General Public License v3.0
16 stars 33 forks source link

Hydration Issue Resolved #108

Closed itzkushagra closed 1 day ago

itzkushagra commented 2 days ago

Text content rendered on the server (SSR - Server-Side Rendering) doesn't match the content rendered on the client side, resulting in a "hydration mismatch" during the React rendering process. In order to resolve the issue I have rectified this error by delaying rendering parts of the component until the theme has been loaded on the client to avoid mismatches between server and client renders.

vercel[bot] commented 2 days ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
tipohiz ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 4, 2024 11:26am
JhohannesK commented 1 day ago

image

@itzkushagra FYA