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
useSession hook is returning false on server-side and true on client-side, which causes a mismatch when rendering the Finish Profile button. Lazily importing the ProfileAndNFTButtons with ssr: false fixes the hydration error.
The error only occurs when refreshing the page
The text was updated successfully, but these errors were encountered: