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
Fixed: the session stats line returned early before all React hooks when there were no groups, which could make React hook order unstable; the empty-state return now happens after all hooks.
Changed: updated README install/update command pins to v1.1.1.
Tests: added a client regression test ensuring the empty-group early return comes after all hooks.