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
In Next.js 15 App Router React Server Components, setting something on the client side (different from the default value) causes a hydration error. Theoretically, I could've useEffect setIsClient(true) everywhere, but that's tedious, and I thought it should be handled at the library level.