You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a Next.js Project with lots of content and when I switch the theme it re-renders the whole page because of the GeistProvider.
Is there a way to just replace used variables instead of re-rendering based on
themeType
?Using it like:
EDIT:
Also noticed that when I set
themeType
onGeistProvider
the page renders twice even if thethemeType
is static.Beta Was this translation helpful? Give feedback.
All reactions