Mitsunee / fgo-timers

Fansite for the global version of Fate/Grand Order with Event Timers, info on future Upgrades, Interludes, Rank Ups, Login Exchange Tickets and Calculators
https://fgo.mitsunee.com
7 stars 1 forks source link

Hydration missmatch in navigation after ISR rebuild in HomePage #107

Closed Mitsunee closed 1 year ago

Mitsunee commented 1 year ago

Summary

Due to unknown reasons the navigation does not render the correct HTML during ISR. This can be seen easily by opening the page source and searching for >Timers<

Expected Result

<a href="/" class="Navigation_link_cksm Navigation_active_cksm"><svg ...>...</svg><span>Timers</span></a>

Incorrect Result

<a href="/" class="Navigation_link_cksm">Timers</a>

Further Information

In a debug deployment the following things have been confirmed:

A discussion on the next.js repository has been opened here: https://github.com/vercel/next.js/discussions/48130

Affected Code

https://github.com/Mitsunee/fgo-timers/blob/13b9516dce8efee47ce5d5d10b5a223ce34eabce/src/client/components/Layout/Navigation.tsx#L18-L53

Mitsunee commented 1 year ago