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
Components using useAuthInfo were experiencing 3 unnecessary re-renders on mount, even when there were no authentication state changes. This was caused by the implementation pattern in useClientRef which used lazy initialization in the render phase.